summaryrefslogtreecommitdiff
path: root/x11/gcursor/files/patch-src::gcursor.c
blob: 39d9e8cfe601c9bfc67e370c773beda82668b726 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- src/gcursor.c.orig	Fri Mar 26 17:51:58 2004
+++ src/gcursor.c	Fri Mar 26 17:55:16 2004
@@ -16,7 +16,7 @@
 GConfClient *client;
 XcursorImage * cursor = NULL;
 char*current_theme = NULL;
-int path_index = 4;
+int path_index = 2;
 
 typedef struct {
 	XcursorImages *image;
@@ -26,9 +26,7 @@
 animation_struct animations[4];
 
 char *paths[4] = {
-	"/usr/share/cursors/xfree/",
-	"/usr/local/share/icons/",
-	"/usr/share/icons/",
+	"%%X11BASE%%/lib/X11/icons/",
 	"%s/.icons/"
 };