]> Shamusworld >> Repos - virtualjaguar/commitdiff
Fixed pushbutton graphic.
authorShamus Hammons <jlhamm@acm.org>
Sun, 2 Nov 2008 21:11:14 +0000 (21:11 +0000)
committerShamus Hammons <jlhamm@acm.org>
Sun, 2 Nov 2008 21:11:14 +0000 (21:11 +0000)
src/gui/guielements.h

index ea4100ed1bca5a5c79bbd5347987e9a73f83fe71..3dece2fe47a340b128643d020a3c656d3717bd28 100644 (file)
@@ -9,10 +9,6 @@
 
 #include "types.h"
 
-//#ifdef __cplusplus
-//extern "C" {
-//#endif
-
 #if 0
 // Okay, this is ugly but works and I can't think of any better way to handle this. So what
 // we do when we pass the GIMP bitmaps into a function is pass them as a (void *) and then
@@ -104,8 +100,8 @@ const struct {
 uint8 pbUp[] = {
 //  16, 16, 4,
 //nonportable--!!! FIX !!!
-       "\01\0\0\0"
-       "\01\0\0\0"
+       "\020\0\0\0"
+       "\020\0\0\0"
        "\4\0\0\0"
   "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\26\26\26\40`__\203\205rr\305\216mm\344\205"
   "cc\345kWW\306@??\202\16\16\16\37\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
@@ -179,8 +175,8 @@ const struct {
 uint8 pbDown[] = {
 //  16, 16, 4,
 //nonportable--!!! FIX !!!
-       "\01\0\0\0"
-       "\01\0\0\0"
+       "\020\0\0\0"
+       "\020\0\0\0"
        "\4\0\0\0"
   "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\261\261\261\36\276\276\276\200\272\272\272"
   "\302\255\255\255\343\236\236\236\343\214\214\214\302~~~\177uuu\35\0\0\0\0"
@@ -349,10 +345,4 @@ uint32 closeBoxDown[] = {
        0x00000000, 0xFF3838ED, 0xFF3838ED, 0xFF3838ED, 0xFF3838ED, 0xFF3838ED, 0xFF3838ED, 0xFF3838ED, 0xFF3838ED, 0xFF3838ED, 0xFF3838ED, 0xFF3838ED, 0xFF3838ED, 0xFF3838ED, 0x00000000
 };
 
-//#include "vj_title_small.c"
-
-//#ifdef __cplusplus
-//}
-//#endif
-
 #endif // __GUIELEMENTS_H__