Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-board/ace/files: ace-1.3-no-xpm.patch
Date: Wed, 29 Sep 2010 22:07:36
Message-Id: 20100929220734.0E36B20054@flycatcher.gentoo.org
1 mr_bones_ 10/09/29 22:07:33
2
3 Added: ace-1.3-no-xpm.patch
4 Log:
5 version bump
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 games-board/ace/files/ace-1.3-no-xpm.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/ace/files/ace-1.3-no-xpm.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/ace/files/ace-1.3-no-xpm.patch?rev=1.1&content-type=text/plain
13
14 Index: ace-1.3-no-xpm.patch
15 ===================================================================
16 --- lib/table.c.orig 2008-01-15 15:05:27.000000000 -0500
17 +++ lib/table.c 2010-09-29 17:34:40.925310980 -0400
18 @@ -23,7 +23,6 @@
19 #include <X11/Xutil.h>
20 #include <X11/keysym.h>
21 #include <X11/Xatom.h>
22 -#include <X11/xpm.h>
23
24 #define CD printf("%d: %d %d %d %d\n", __LINE__, ex, ey, ew, eh)
25 #undef CD
26 @@ -165,13 +164,6 @@
27 xwin_create (width, height);
28 }
29
30 -typedef struct PicRec {
31 - Pixmap pixmap;
32 - Pixmap mask;
33 - char **xpm_data;
34 - int image_table_index;
35 -} PicRec;
36 -
37 int get_picture_default_width = CARD_WIDTH;
38 int get_picture_default_height = CARD_HEIGHT;