]> Dogcows Code - chaz/openbox/blobdiff - src/openbox.cc
gcc 3 compatibility, converted strstreams to stringstreams
[chaz/openbox] / src / openbox.cc
index 77c5baca4b86a9c7c3df949583f72806fb943ada..c6880fc4a1acfeeb086e53841fb7778e8cba00da 100644 (file)
@@ -283,11 +283,10 @@ Openbox::~Openbox() {
 
 
 void Openbox::process_event(XEvent *e) {
-  if ((masked == e->xany.window) && masked_window &&
+  if ((masked == e->xany.window && masked_window) &&
       (e->type == MotionNotify)) {
     last_time = e->xmotion.time;
     masked_window->motionNotifyEvent(&e->xmotion);
-
     return;
   }
 
This page took 0.022552 seconds and 4 git commands to generate.