mirror of https://github.com/buggins/dlangui.git
fixes
This commit is contained in:
parent
b9616b6589
commit
eba95b98f8
src/dlangui/platforms/x11
|
@ -180,7 +180,8 @@ class X11Platform : Platform {
|
|||
XEvent event; /* the XEvent declaration !!! */
|
||||
KeySym key; /* a dealie-bob to handle KeyPress Events */
|
||||
char[255] text; /* a char buffer for KeyPress Events */
|
||||
|
||||
|
||||
Log.d("enterMessageLoop()");
|
||||
/* look for events forever... */
|
||||
while(1) {
|
||||
/* get the next event and stuff it into our event variable.
|
||||
|
|
Loading…
Reference in New Issue