blob: a8762fb00a382e93332596fc2977cb7757c43eee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
--- a/lib/table.c 2008-01-15 15:05:27.000000000 -0500
+++ b/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;
|