diff options
-rw-r--r-- | src/x11.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -387,10 +387,6 @@ puglRealize(PuglView* const view) impl->win, (XIM)0); -#ifdef HAVE_XCURSOR - defineCursorShape(view, impl->cursorShape); -#endif - puglDispatchSimpleEvent(view, PUGL_CREATE); return PUGL_SUCCESS; |