From eba95b98f80b2d57cd58b0a2608066e44dc57d1a Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Thu, 26 Nov 2015 13:29:23 +0300 Subject: [PATCH] fixes --- src/dlangui/platforms/x11/x11app.d | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.