diff --git a/src/dlangui/platforms/x11/x11app.d b/src/dlangui/platforms/x11/x11app.d index 5a66fe42..2b155918 100644 --- a/src/dlangui/platforms/x11/x11app.d +++ b/src/dlangui/platforms/x11/x11app.d @@ -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.