Home
last modified time | relevance | path

Searched refs:ignore_struts (Results 1 – 8 of 8) sorted by relevance

/dports/x11-wm/e16/e16-1.0.24/src/
H A Dscreen.h37 int *pw, int *ph, int ignore_struts);
42 int ignore_struts);
H A Dscreen.c406 int ignore_struts) in ScreenGetAvailableArea() argument
412 if (!ignore_struts) in ScreenGetAvailableArea()
445 int ignore_struts) in ScreenGetAvailableAreaByPointer() argument
452 ignore_struts); in ScreenGetAvailableAreaByPointer()
H A Dmod-misc.c179 CFG_ITEM_BOOL(Conf, place.ignore_struts, 0),
H A Darrange.c327 Conf.place.ignore_struts); in ArrangeRects()
913 ScreenGetAvailableAreaByPointer(&x, &y, &w, &h, Conf.place.ignore_struts); in ArrangeEwinCenteredXY()
926 ScreenGetAvailableArea(x, y, &sx, &sy, &sw, &sh, Conf.place.ignore_struts); in ArrangeEwinCenteredOn()
H A DE.h244 char ignore_struts; member
H A Dsettings.c293 Conf.place.ignore_struts = dd->place_ignore_struts; in _DlgApplyPlacement()
323 dd->place_ignore_struts = Conf.place.ignore_struts; in _DlgFillPlacement()
H A Dwarp.c202 ScreenGetAvailableAreaByPointer(&x, &y, &ww, &hh, Conf.place.ignore_struts); in WarpFocusWinShow()
H A Dewins.c647 ScreenGetAvailableArea(x, y, &sx, &sy, &sw, &sh, Conf.place.ignore_struts); in EwinKeepOnScreen()