]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.c
move focus_cycle_indicator into its own file
[chaz/openbox] / openbox / frame.c
index e1607f4ec85392fd1e6496a41952e0bc19c81c69..f9c7e607f1c82b08d04ed3d58568ae7c1a09d291 100644 (file)
@@ -26,6 +26,7 @@
 #include "framerender.h"
 #include "mainloop.h"
 #include "focus_cycle.h"
+#include "focus_cycle_indicator.h"
 #include "moveresize.h"
 #include "screen.h"
 #include "render/theme.h"
@@ -507,7 +508,7 @@ void frame_adjust_area(ObFrame *self, gboolean moved,
         /* if this occurs while we are focus cycling, the indicator needs to
            match the changes */
         if (focus_cycle_target == self->client)
-            focus_cycle_draw_indicator();
+            focus_cycle_draw_indicator(self->client);
     }
     if (resized && (self->decorations & OB_FRAME_DECOR_TITLEBAR))
         XResizeWindow(ob_display, self->label, self->label_width,
This page took 0.023374 seconds and 4 git commands to generate.