aboutsummaryrefslogtreecommitdiff
path: root/libjava/gnu/awt
diff options
context:
space:
mode:
authorTom Tromey <tromey@gcc.gnu.org>2007-03-05 14:29:47 +0000
committerTom Tromey <tromey@gcc.gnu.org>2007-03-05 14:29:47 +0000
commit3cf0c3c57ebaf07ec2c49a6b438956d03bac3f71 (patch)
treeb3bc5566835b32d35d32154afa344c52b010f061 /libjava/gnu/awt
parent39cd07dfc783fb94ef0ff99a4e2a5e70b8120d90 (diff)
downloadgcc-3cf0c3c57ebaf07ec2c49a6b438956d03bac3f71.zip
gcc-3cf0c3c57ebaf07ec2c49a6b438956d03bac3f71.tar.gz
gcc-3cf0c3c57ebaf07ec2c49a6b438956d03bac3f71.tar.bz2
Updating header files. Earlier change here seems to have been in error.
From-SVN: r122550
Diffstat (limited to 'libjava/gnu/awt')
-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 0827f8a..8061e9a 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$;
};