Home
last modified time | relevance | path

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

/dports/x11-wm/openbox/openbox-3.6/openbox/
H A Dfocus.c341 ok = ok && ((dock_windows && ft->type == OB_CLIENT_TYPE_DOCK) || in focus_valid_target()
H A Dclient.h48 OB_CLIENT_TYPE_DOCK, /*!< A dock bar/panel window */ enumerator
H A Dclient.c1583 self->type = OB_CLIENT_TYPE_DOCK; in client_get_type_and_transientness()
1842 case OB_CLIENT_TYPE_DOCK: in client_setup_default_decor_and_functions()
2480 case OB_CLIENT_TYPE_DOCK: in client_type_to_string()
2645 else if (self->type == OB_CLIENT_TYPE_DOCK) { in calc_layer()
2808 self->type == OB_CLIENT_TYPE_DOCK || in client_normal()
2830 self->type == OB_CLIENT_TYPE_DOCK); in client_mouse_focusable()
H A Dconfig.c394 type = OB_CLIENT_TYPE_DOCK; in parse_per_app_settings()