blob: 25b06754be424a23b89b9e6e2d10e0fae1103411 [file] [log] [blame]
--- lib/table.c.orig 2008-01-15 15:05:27.000000000 -0500
+++ lib/table.c 2010-09-29 17:34:40.925310980 -0400
@@ -23,7 +23,6 @@
#include <X11/Xutil.h>
#include <X11/keysym.h>
#include <X11/Xatom.h>
-#include <X11/xpm.h>
#define CD printf("%d: %d %d %d %d\n", __LINE__, ex, ey, ew, eh)
#undef CD
@@ -165,13 +164,6 @@
xwin_create (width, height);
}
-typedef struct PicRec {
- Pixmap pixmap;
- Pixmap mask;
- char **xpm_data;
- int image_table_index;
-} PicRec;
-
int get_picture_default_width = CARD_WIDTH;
int get_picture_default_height = CARD_HEIGHT;