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 7aa7afc commit 0fac437
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[] = {
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\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\377\000\377\377\377\000\377\377\377"
Expand Down Expand Up @@ -52,6 +52,6 @@ const unsigned char icon_image[] = {
"\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\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\377\000\377\377\377\000"
"\377\377\377\000"};
"\377\377\377\000";

#endif

0 comments on commit 0fac437

Please sign in to comment.