summaryrefslogtreecommitdiff
path: root/x11-wm/wm2/files/patch-Client.C
blob: f9cf80dc0d32d1c316b70cb7cc0ddc87f98ac8bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Client.C.orig	1997-03-21 11:12:30 UTC
+++ Client.C
@@ -410,7 +410,7 @@ int Client::getAtomProperty(Atom a, Atom
 
     x = *p;
     XFree((void *)p);
-    return (int)x;
+    return (intptr_t)x;
 }