-
Running on X Servers with color depth lower than 24 is unavailable.
Small & quick patch to get Escher work on 16-bit system is provided (such as a embedded systems with LCD screen with 16-bit framebuffer + KDrive X server).
It works for me on OpenInkpot/armel with 16 bit color depth and not broke 24bit color depth of course.
2009-08-13 17:08:55 UTC by mend0za
-
gnu.x11.Window.change_property() method is called from from classpath-0.98/gnu/java/awt/peer/x/XWindowPeer.java:138,
where data declarated as int[], and format == 32.
This caused runtime error in type cast, when int[] casted to byte[] inside the gnu.x11.Window.change_property() implementation.
Following to change_property() implementation logic (format == 8 : byte[], format == 16 : short[],
2009-08-13 16:51:48 UTC by mend0za
-
Hi,
I tried your lib yesterday and I have found a problem. the "Window.set_input_focus()" method use a wrong opcode (43 instead of 12).
Regards
Frederic Dreier.
2009-02-20 09:26:00 UTC by klusty
-
rabbit78 committed revision 118 to the Java X11 Library SVN repository, changing 132 files.
2008-02-13 15:19:01 UTC by rabbit78
-
rabbit78 committed revision 117 to the Java X11 Library SVN repository, changing 1 files.
2008-02-13 14:44:47 UTC by rabbit78
-
rabbit78 committed revision 116 to the Java X11 Library SVN repository, changing 2 files.
2008-02-13 14:43:32 UTC by rabbit78
-
rabbit78 committed revision 115 to the Java X11 Library SVN repository, changing 1 files.
2008-02-13 14:37:56 UTC by rabbit78
-
rabbit78 committed revision 114 to the Java X11 Library SVN repository, changing 1 files.
2008-02-13 14:36:05 UTC by rabbit78
-
rabbit78 committed revision 113 to the Java X11 Library SVN repository, changing 3 files.
2008-02-13 13:28:28 UTC by rabbit78
-
rabbit78 committed revision 112 to the Java X11 Library SVN repository, changing 12 files.
2007-09-11 10:06:21 UTC by rabbit78