(x_window_to_frame): Add parens for clarity.
authorRichard M. Stallman <rms@gnu.org>
Sat, 19 Feb 1994 22:57:12 +0000 (22:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 19 Feb 1994 22:57:12 +0000 (22:57 +0000)
src/xfns.c

index 0140d85..a0192bf 100644 (file)
@@ -263,8 +263,8 @@ x_window_to_frame (wdesc)
 #ifdef USE_X_TOOLKIT
       if (f->display.nothing == 1) 
        return 0;
-      if (f->display.x->edit_widget 
-         && XtWindow (f->display.x->edit_widget) == wdesc
+      if ((f->display.x->edit_widget 
+          && XtWindow (f->display.x->edit_widget) == wdesc)
           || f->display.x->icon_desc == wdesc)
         return f;
 #else /* not USE_X_TOOLKIT */