Home
last modified time | relevance | path

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

/dports/audio/bristol/bristol-0.60.10/libbrighton/
H A DbrightonDispatch.c33 if (((panel->flags & BRIGHTON_ACTIVE) == 0) in brightonDeviceLocator()
64 if (((locn->flags & BRIGHTON_ACTIVE) == 0) in brightonPanelLocator()
97 if (((locn->flags & BRIGHTON_ACTIVE) == 0) in brightonLocator()
H A DbrightonWindowMgt.c94 bwin->flags |= BRIGHTON_ACTIVE; in brightonCreateWindow()
H A DbrightonPanelMgt.c539 bwin->app->resources[i].flags = res->flags | BRIGHTON_ACTIVE; in brightonCreateInterface()
/dports/audio/bristol/bristol-0.60.10/include/brighton/
H A Dbrightoninternals.h111 #define BRIGHTON_ACTIVE 0x80000000 macro