Home
last modified time | relevance | path

Searched refs:OB_CLIENT_FUNC_MAXIMIZE (Results 1 – 3 of 3) sorted by relevance

/dports/x11-wm/openbox/openbox-3.6/openbox/
H A Dclient.h63 OB_CLIENT_FUNC_MAXIMIZE = 1 << 3, /*!< Allow to be maximized */ enumerator
H A Dclient_menu.c89 *en = ((c->functions & OB_CLIENT_FUNC_MAXIMIZE) && in client_menu_update()
H A Dclient.c1792 OB_CLIENT_FUNC_MAXIMIZE | in client_setup_default_decor_and_functions()
1826 OB_CLIENT_FUNC_MAXIMIZE); in client_setup_default_decor_and_functions()
1901 if (!((self->functions & OB_CLIENT_FUNC_MAXIMIZE) && in client_setup_default_decor_and_functions()
1904 self->functions &= ~OB_CLIENT_FUNC_MAXIMIZE; in client_setup_default_decor_and_functions()
1973 if (self->functions & OB_CLIENT_FUNC_MAXIMIZE) { in client_change_allowed_actions()
2000 if (!(self->functions & OB_CLIENT_FUNC_MAXIMIZE) && (self->max_horz || in client_change_allowed_actions()
3471 if (!(self->functions & OB_CLIENT_FUNC_MAXIMIZE) && max) return;/* can't */ in client_maximize()