]>
Dogcows Code - chaz/openbox/blob - openbox/actions/dockautohide.c
1 #include "openbox/actions.h"
2 #include "openbox/dock.h"
3 #include "openbox/config.h"
5 static gboolean
run_func(ObActionsData
*data
, gpointer options
);
7 void action_dockautohide_startup(void)
9 actions_register("ToggleDockAutoHide",
15 /* Always return FALSE because its not interactive */
16 static gboolean
run_func(ObActionsData
*data
, gpointer options
)
18 config_dock_hide
= !config_dock_hide
;
This page took 0.034584 seconds and 4 git commands to generate.