diff options
Diffstat (limited to 'editors/zoinks/files/patch-fw-TWindow.cpp')
-rw-r--r-- | editors/zoinks/files/patch-fw-TWindow.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/editors/zoinks/files/patch-fw-TWindow.cpp b/editors/zoinks/files/patch-fw-TWindow.cpp index a4c07b37d533..4a3a4636012b 100644 --- a/editors/zoinks/files/patch-fw-TWindow.cpp +++ b/editors/zoinks/files/patch-fw-TWindow.cpp @@ -24,18 +24,3 @@ if (xic) fInputContext = new TInputContext(xic); -@@ -657,7 +657,14 @@ - { - time = CurrentTime; // ignore time for now - -+#if 0 -+ Pietro Cerutti <gahr@gahr.ch> -+ We may not be the active window -+ anymore by this time -+ - ASSERT(sPointerGrabWindow == this); -+#endif -+ if(sPointerGrabWindow != this) return; - - XUngrabPointer(sDisplay, time); - |