CVSROOT: /sources/classpath
Module name: classpath
Changes by: Mario Torre <neugens> 08/05/19 14:16:23
Modified files:
gnu/java/awt/peer/x: XWindowPeer.java XEventPump.java
. : ChangeLog
Log message:
2008-05-19 Mario Torre <[EMAIL PROTECTED]>
* gnu/java/awt/peer/x/XEventPump.java (handleExpose): new
method.
(handleDestroyNotify): likewise.
(handleClientMessage): likewise.
(handleButtonRelease): likewise.
(handleMotionNotify): likewise.
(handleKeyEvent): likewise.
(handleButtonPress): likewise.
(handleEvent): refactored to use new methods instead of a big
switch
block. Fixed resizing of windows.
* gnu/java/awt/peer/x/XWindowPeer.java (standardSelect): update
list
of flags for X11 events handling.
(callback): removed now unused flag.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XWindowPeer.java?cvsroot=classpath&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XEventPump.java?cvsroot=classpath&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.9616&r2=1.9617