]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.c
oops... I'm combining two different things in this commit... so I'll try be clear
[chaz/openbox] / openbox / event.c
index c74e15ae08a8e3bd7ae96da0c4519df99054b012..42fd26ba9bd22987fc8c5aca90456b96862b3e63 100644 (file)
@@ -579,7 +579,7 @@ static void event_handle_root(XEvent *e)
     switch(e->type) {
     case SelectionClear:
         ob_debug("Another WM has requested to replace us. Exiting.\n");
-        ob_exit(0);
+        ob_exit_replace();
         break;
 
     case ClientMessage:
@@ -854,7 +854,7 @@ static void event_handle_client(ObClient *client, XEvent *e)
                 gint fh = h +
                      client->frame->size.top + client->frame->size.bottom;
                 client_find_onscreen(client, &newx, &newy, fw, fh,
-                                     client_normal(client));
+                                     FALSE);
                 if (e->xconfigurerequest.value_mask & CWX)
                     x = newx;
                 if (e->xconfigurerequest.value_mask & CWY)
This page took 0.020534 seconds and 4 git commands to generate.