]> Dogcows Code - chaz/openbox/blobdiff - openbox/menuframe.h
Add "active" and "primary" options to the <monitor> placement option for per-app...
[chaz/openbox] / openbox / menuframe.h
index 8f124ed6f037c71278e1535957a2427bcac042b8..44c02562220a983128b6fe2d36dcec3f7cb06510 100644 (file)
@@ -23,6 +23,7 @@
 #include "geom.h"
 #include "window.h"
 #include "obrender/render.h"
+#include "obt/keyboard.h"
 
 #include <glib.h>
 
@@ -113,6 +114,8 @@ ObMenuFrame* menu_frame_new(struct _ObMenu *menu,
                             struct _ObClient *client);
 void menu_frame_free(ObMenuFrame *self);
 
+ObtIC* menu_frame_ic(ObMenuFrame *self);
+
 void menu_frame_move(ObMenuFrame *self, gint x, gint y);
 void menu_frame_move_on_screen(ObMenuFrame *self, gint x, gint y,
                                gint *dx, gint *dy);
This page took 0.024876 seconds and 4 git commands to generate.