]>
Dogcows Code - chaz/openbox/blob - openbox/dock.h
8 #include "render/render.h"
12 #include <X11/Xutil.h>
30 RrAppearance
*a_frame
;
32 /* actual position (when not auto-hidden) */
42 typedef struct DockApp
{
59 extern Strut dock_strut
;
64 void dock_configure();
65 void dock_hide(gboolean hide
);
67 void dock_add(Window win
, XWMHints
*wmhints
);
69 void dock_remove_all();
70 void dock_remove(DockApp
*app
, gboolean reparent
);
72 void dock_app_drag(DockApp
*app
, XMotionEvent
*e
);
73 void dock_app_configure(DockApp
*app
, int w
, int h
);
This page took 0.035285 seconds and 4 git commands to generate.