summaryrefslogtreecommitdiff
path: root/libjava/gnu/awt/xlib/XEventLoop.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/gnu/awt/xlib/XEventLoop.h')
-rw-r--r--libjava/gnu/awt/xlib/XEventLoop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/gnu/awt/xlib/XEventLoop.h b/libjava/gnu/awt/xlib/XEventLoop.h
index 0827f8aaa9a..8061e9a9441 100644
--- a/libjava/gnu/awt/xlib/XEventLoop.h
+++ b/libjava/gnu/awt/xlib/XEventLoop.h
@@ -67,7 +67,7 @@ private:
::java::lang::Thread * eventLoopThread;
public: // actually package-private
::gnu::awt::LightweightRedirector * lightweightRedirector;
- volatile jboolean idle;
+ jboolean volatile idle;
public:
static ::java::lang::Class class$;
};