summaryrefslogtreecommitdiffstats
path: root/gtk.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk.c')
-rw-r--r--gtk.c16
1 files changed, 7 insertions, 9 deletions
diff --git a/gtk.c b/gtk.c
index 88a8bf8..5aa0238 100644
--- a/gtk.c
+++ b/gtk.c
@@ -165,16 +165,16 @@ timer_tick(gpointer arg) {
*/
#include "bitmaps/initfail.xbm"
-#include "bitmaps/arch.xbm"
+//#include "bitmaps/arch.xbm"
#include "bitmaps/bsd.xbm"
-#include "bitmaps/centos.xbm"
-#include "bitmaps/debian.xbm"
+//#include "bitmaps/centos.xbm"
+//#include "bitmaps/debian.xbm"
#include "bitmaps/gentoo.xbm"
#include "bitmaps/mandriva.xbm"
#include "bitmaps/openbsd.xbm"
#include "bitmaps/slackware.xbm"
-#include "bitmaps/suse.xbm"
-#include "bitmaps/ubuntu.xbm"
+//#include "bitmaps/suse.xbm"
+//#include "bitmaps/ubuntu.xbm"
#include "bitmaps/bucket.xbm"
#include "bitmaps/hand_down.xbm"
#include "bitmaps/hand_down_mask.xbm"
@@ -194,10 +194,8 @@ typedef struct cursormap {
{#x, x ## _width, x ## _height, x ## _bits, x ## _mask_bits}
static cursormap cursors[] = {
- CURSOR_ADD(arch), CURSOR_ADD( bsd), CURSOR_ADD(centos),
- CURSOR_ADD(debian), CURSOR_ADD(gentoo), CURSOR_ADD(mandriva),
- CURSOR_ADD(openbsd), CURSOR_ADD(slackware), CURSOR_ADD(suse),
- CURSOR_ADD(ubuntu), CURSOR_ADD(bucket),
+ CURSOR_ADD( bsd), CURSOR_ADD(gentoo), CURSOR_ADD(mandriva),
+ CURSOR_ADD(openbsd), CURSOR_ADD(slackware), CURSOR_ADD(bucket),
CURSOR_ADD_MASKED(hand_up), CURSOR_ADD_MASKED(hand_down),
{NULL, 0, 0, NULL, NULL},
};