Home
last modified time | relevance | path

Searched refs:client_fullscreen (Results 1 – 4 of 4) sorted by relevance

/dports/x11-wm/openbox/openbox-3.6/openbox/actions/
H A Dfullscreen.c16 client_fullscreen(data->client, !data->client->fullscreen); in run_func_toggle()
/dports/x11-wm/berry/berry-0.1.9/
H A Dwm.c61 static void client_fullscreen(struct client *c, bool toggle, bool fullscreen, bool max);
474 client_fullscreen(struct client *c, bool toggle, bool fullscreen, bool max) in client_fullscreen() function
610 client_fullscreen(c, false, false, true); in handle_client_message()
614 client_fullscreen(c, false, true, true); in handle_client_message()
618 client_fullscreen(c, true, true, true); in handle_client_message()
1021 client_fullscreen(f_client, true, true, true); in ipc_fullscreen()
1032 client_fullscreen(f_client, true, true, false); in ipc_fullscreen_state()
/dports/x11-wm/openbox/openbox-3.6/openbox/
H A Dclient.h509 void client_fullscreen(ObClient *self, gboolean fs);
H A Dclient.c1997 if (self->frame) client_fullscreen(self, FALSE); in client_change_allowed_actions()
2895 client_fullscreen(self, TRUE); in client_apply_startup_state()
3324 void client_fullscreen(ObClient *self, gboolean fs) in client_fullscreen() function
3968 client_fullscreen(self, fullscreen); in client_set_state()