diff options
| -rw-r--r-- | uisimulator/x11/screenhack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/x11/screenhack.c b/uisimulator/x11/screenhack.c index 0a07e0a..441447c 100644 --- a/uisimulator/x11/screenhack.c +++ b/uisimulator/x11/screenhack.c @@ -216,7 +216,7 @@ int screenhack_handle_event (Display *dpy, XEvent *event) event->xexpose.width, event->xexpose.height); break; case ButtonPress: - fprintf(stderr, "BUTTON PRESSED\n"); + fprintf(stderr, "BUTTON PRESSED: x: %d y:%d\n",event->xbutton.x,event->xbutton.y); break; case ClientMessage: { |