Fixed compiler warnings
[AXE.git] / src / xappl.cpp
index 684bbba..67fa65b 100644 (file)
@@ -36,10 +36,13 @@ static const char *RCSID = "$Id: xappl.cpp,v 1.1 2002-07-25 08:01:27 arjen Exp $
 
 static char dim_bits[] =
 {
-   0x55, 0xAA, 0x55, 0xAA, 0x55, 0xAA, 0x55, 0xAA
+   '\x55', '\xAA', '\x55', '\xAA', '\x55', '\xAA', '\x55', '\xAA'
 };
 
+extern "C"
+{
 #include "nopicture.xpm"
+}
 
 xapplication *XApp;
 display     stddpy;