File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 44#pragma GCC diagnostic ignored "-Wtrigraphs"
55//#pragma GCC diagnostic ignored "-Wpointer-sign"
66
7- char * icon_image = {
7+ const unsigned char icon_image [] = // 16x16 RGBA
88 "\377\377\377\000\377\377\377\000\377\377\377\000\377\377\377\000\377\377\377\000\377"
99 "\377\377\000\062\040\027\252E%\"\335J\035\011\"\377\377\377\000\377\377\377\000\377"
1010 "\377\377\000\377\377\377\000\377\377\377\000\377\377\377\000\377\377\377\000\377\377"
@@ -48,7 +48,6 @@ char* icon_image = {
4848 "\000\377\377\377\000\377\377\377\000\377\377\377\000\377\377\377\000\377\377\377\000"
4949 "\377\377\377\000H<\022\063\205a+\314\205a+\335\377\377\377\000\377\377\377\000\000"
5050 "\000\000\063yV\034\356\211g\037\252I\064\024\021\377\377\377\000\377\377\377\000\377\377"
51- "\377\000\377\377\377\000" ,
52- };
51+ "\377\000\377\377\377\000" ;
5352
54- #endif
53+ #endif
You can’t perform that action at this time.
0 commit comments