Home
last modified time | relevance | path

Searched refs:STAT_FULLSCREEN (Results 1 – 9 of 9) sorted by relevance

/dports/x11-wm/jwm/jwm-2.3.7/src/
H A Dclient.c276 if(np->state.status & STAT_FULLSCREEN) { in AddClientWindow()
277 np->state.status &= ~STAT_FULLSCREEN; in AddClientWindow()
358 if((np->state.status & (STAT_SHADED | STAT_FULLSCREEN)) || in ShadeClient()
682 if(np->state.status & STAT_FULLSCREEN) { in MaximizeClient()
753 if(!fullScreen == !(np->state.status & STAT_FULLSCREEN)) { in SetClientFullScreen()
766 np->state.status |= STAT_FULLSCREEN; in SetClientFullScreen()
792 np->state.status &= ~STAT_FULLSCREEN; in SetClientFullScreen()
1104 if(activeClient && (activeClient->state.status & STAT_FULLSCREEN)) { in RestackClients()
1418 if(np->state.status & STAT_FULLSCREEN) { in SendConfigureEvent()
H A Dwinmenu.c53 if(!(np->state.status & (STAT_FULLSCREEN | STAT_MINIMIZED) in CreateWindowMenu()
69 if(!(np->state.status & STAT_FULLSCREEN)) { in CreateWindowMenu()
H A Dclient.h68 #define STAT_FULLSCREEN (1 << 10) /**< Full screen. */ macro
H A Dresize.c59 if((np->state.status & STAT_FULLSCREEN) || np->state.maxFlags) { in ResizeClient()
232 if((np->state.status & STAT_FULLSCREEN) || np->state.maxFlags) { in ResizeClientKeyboard()
H A Dhint.c313 np->state.status |= STAT_FULLSCREEN; in ReadClientInfo()
421 if(np->state.status & STAT_FULLSCREEN) { in WriteNetState()
612 result.status |= STAT_FULLSCREEN; in ReadWindowState()
H A Dmove.c109 if(np->state.status & STAT_FULLSCREEN) { in MoveClient()
297 if(np->state.status & STAT_FULLSCREEN) { in MoveClientKeyboard()
H A Dgroup.c353 np->state.status |= STAT_FULLSCREEN; in ApplyGroup()
H A Devent.c578 if(np->state.status & STAT_FULLSCREEN) { in HandleKeyPress()
1112 if(JUNLIKELY(np->state.status & STAT_FULLSCREEN)) { in HandleNetMoveResize()
1334 if(np->state.status & STAT_FULLSCREEN) { in HandleNetWMState()
H A Dborder.c261 if(((np->state.status & STAT_FULLSCREEN) || np->state.maxFlags) && in ResetBorder()
328 if(np->state.status & (STAT_HIDDEN | STAT_FULLSCREEN)) { in DrawBorder()
1196 if(state->status & STAT_FULLSCREEN) { in GetBorderSize()