summaryrefslogtreecommitdiff
path: root/games-board/ace/files/ace-1.4-no-xpm.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /games-board/ace/files/ace-1.4-no-xpm.patch
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-board/ace/files/ace-1.4-no-xpm.patch')
-rw-r--r--games-board/ace/files/ace-1.4-no-xpm.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/games-board/ace/files/ace-1.4-no-xpm.patch b/games-board/ace/files/ace-1.4-no-xpm.patch
deleted file mode 100644
index a8762fb00a38..000000000000
--- a/games-board/ace/files/ace-1.4-no-xpm.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- 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;
-