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 d1e5911 commit b0038c7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 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"

char* icon_image = {
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\062\040\027\252E%\"\335J\035\011\"\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 @@ -48,7 +48,6 @@ char* icon_image = {
"\000\377\377\377\000\377\377\377\000\377\377\377\000\377\377\377\000\377\377\377\000"
"\377\377\377\000H<\022\063\205a+\314\205a+\335\377\377\377\000\377\377\377\000\000"
"\000\000\063yV\034\356\211g\037\252I\064\024\021\377\377\377\000\377\377\377\000\377\377"
"\377\000\377\377\377\000",
};
"\377\000\377\377\377\000";

#endif
#endif

0 comments on commit b0038c7

Please sign in to comment.