]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.c
RrFontHeight is meaningless with pango, it will be different for every string drawn...
[chaz/openbox] / openbox / focus.c
index 9d16387bfb067549d0c60e3f2e5b14d2a87c0ac4..b81e5632c4dbd68148177e3cfb98ebaa323265c6 100644 (file)
@@ -58,7 +58,7 @@ static void focus_cycle_destructor(ObClient *client, gpointer data)
 {
     /* end cycling if the target disappears */
     if (focus_cycle_target == client)
-        focus_cycle(TRUE, TRUE, TRUE, TRUE, TRUE);
+        focus_cycle(TRUE, TRUE, TRUE, TRUE, TRUE, TRUE);
 }
 
 static Window createWindow(Window parent, gulong mask,
@@ -192,7 +192,7 @@ void focus_set_client(ObClient *client)
 
     /* in the middle of cycling..? kill it. */
     if (focus_cycle_target)
-        focus_cycle(TRUE, TRUE, TRUE, TRUE, TRUE);
+        focus_cycle(TRUE, TRUE, TRUE, TRUE, TRUE, TRUE);
 
     old = focus_client;
     focus_client = client;
This page took 0.02487 seconds and 4 git commands to generate.