Home
last modified time | relevance | path

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

/dports/x11-wm/jwm/jwm-2.3.7/src/
H A Dclient.h82 #define STAT_DRAG (1 << 24) /**< Pass mouse events to JWM. */ macro
H A Dgroup.c359 np->state.status |= STAT_DRAG; in ApplyGroup()
H A Devent.c392 const char move_resize = (np->state.status & STAT_DRAG) in HandleButtonEvent()