summaryrefslogtreecommitdiff
path: root/graphics/tcm/files/patch-src_ui_menu.c
blob: 5453c3c3dd0315d65acde9a7f1965f3ba15d6844 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/ui/menu.c.bak	2007-08-12 19:22:03.000000000 +0200
+++ src/ui/menu.c	2007-08-12 19:22:15.000000000 +0200
@@ -217,7 +217,7 @@
 					XmNindicatorType, XmONE_OF_MANY, (void *)0);
 			}
 			// selected or not ?
-			if ((int)items[i].userData & 0x1)
+			if ((intptr_t)items[i].userData & 0x1)
 				XtVaSetValues(submenu, XmNset, True, (void *)0);
 
 		}