summaryrefslogtreecommitdiffstats
path: root/src/newt
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-04-21 14:23:36 +0200
committerSven Gothel <[email protected]>2010-04-21 14:23:36 +0200
commitf73a2d32acf826f6e3ed15e6d587a73914f662ec (patch)
treedd0466c01c9f36243611ae9966316692b5ba5c15 /src/newt
parentd429d317f27e71ee06877fb539ecde15d6e73037 (diff)
Add remark (unsigned long -> uint_32) ..
Diffstat (limited to 'src/newt')
-rwxr-xr-xsrc/newt/native/X11Window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newt/native/X11Window.c b/src/newt/native/X11Window.c
index 296172f6e..9b5c420c9 100755
--- a/src/newt/native/X11Window.c
+++ b/src/newt/native/X11Window.c
@@ -367,7 +367,7 @@ static uintptr_t getPtrOut32Long(unsigned long * src) {
}
static void setJavaWindowProperty(JNIEnv *env, Display *dpy, Window window, jlong javaObjectAtom, jobject jwindow) {
- unsigned long jogl_java_object_data[2];
+ unsigned long jogl_java_object_data[2]; // FIXME uint32_t ?
int nitems_32 = putPtrIn32Long( jogl_java_object_data, (uintptr_t) jwindow);
{