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