chiark / gitweb /
cgi-fcgi-interp: Temporarily disable compilation
[chiark-utils.git] / cprogs / xduplic-copier.c
index 8c1da088778747cc196df8f9cb2de07004d91e46..80374f96fc5a8d57c7b1f5fbfdd3baae235688d4 100644 (file)
@@ -144,8 +144,7 @@ static void buttonpress(XButtonEvent *e) {
 
   if (e->window != e->root) return;
 
-  sw= XmuClientWindow(display, e->subwindow);
-  if (!sw) {
+  if (!e->subwindow) {
     if (!rightbutton) {
       stopselecting();
     } else {
@@ -160,6 +159,8 @@ static void buttonpress(XButtonEvent *e) {
     return;
   }
 
+  sw= XmuClientWindow(display, e->subwindow);
+
   if (sw == w) { beep(); return; }
 
   for (ownp=&headwn;