Skip to content

Commit

Permalink
Update res.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbid authored Jun 7, 2024
1 parent 0412fbf commit 3879316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/res.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#pragma GCC diagnostic ignored "-Wtrigraphs"
//#pragma GCC diagnostic ignored "-Wpointer-sign"

const unsigned char icon_image[] = { // 16x16 RGBA
const unsigned char icon_image[] = // 16x16 RGBA
"\377\377\377\000\377\377\377\000\377\377\377\000\377\377\377\000\377\377\377\000\377"
"\377\377\000\000\000\000\013\001\001\001H\002\002\002N\001\001\001\031\377\377\377\000\377\377\377\000\377"
"\377\377\000\377\377\377\000\377\377\377\000\377\377\377\000\377\377\377\000\377\377"
Expand Down Expand Up @@ -44,6 +44,6 @@ const unsigned char icon_image[] = { // 16x16 RGBA
"K\005\377\251d'\377\336\312\273\377\306\315\327\377\006\010\011\377\000\000\000\377\000"
"\000\000\345\000\000\000N\001\001\001\202\000\000\000\372\000\000\000\377\006\006\006\377\325\325\332\377\362"
"\367\377\377\337\344\356\377\203dQ\377{T;\377\332\325\325\377\367\377\377"
"\377\377\374\376\377.--\377\000\000\000\377\000\000\000\377\001\001\001\322"};
"\377\377\374\376\377.--\377\000\000\000\377\000\000\000\377\001\001\001\322";

#endif

0 comments on commit 3879316

Please sign in to comment.