X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.c;h=969947e10f08aa3baa0aea88eaaea551c2e2cffc;hb=a4bf969413cdda68ab8bb54a2a1181bdc09cf63a;hp=be179b53be95de09c069970bd5dc4c8682e33d8b;hpb=49dab46aa55cb43233c7f9a310593f8bd8debc29;p=rocksndiamonds.git diff --git a/src/main.c b/src/main.c index be179b53..969947e1 100644 --- a/src/main.c +++ b/src/main.c @@ -31,7 +31,7 @@ GC gc, clip_gc[NUM_PIXMAPS], tile_clip_gc; Pixmap pix[NUM_PIXMAPS]; Pixmap clipmask[NUM_PIXMAPS], tile_clipmask[NUM_TILES]; -#ifdef XPM_INCLUDE_FILE +#ifdef USE_XPM_LIBRARY XpmAttributes xpm_att[NUM_PICTURES]; #endif @@ -50,7 +50,9 @@ char *joystick_device_name[MAX_PLAYERS] = DEV_JOYSTICK_3 }; +/* int width, height; +*/ char *program_name = NULL;