Home
last modified time | relevance | path

Searched refs:crootx (Results 1 – 5 of 5) sorted by relevance

/dports/x11-wm/ctwm/ctwm-4.0.3/
H A Dctwm_main.c94 ScreenInfo *InitScreenInfo(int scrnum, Window croot, int crootx, int crooty,
316 int crootx, crooty; in ctwm_main() local
332 XTranslateCoordinates(dpy, CLarg.capwin, wa.root, 0, 0, &crootx, &crooty, in ctwm_main()
339 crootx = crooty = 100; in ctwm_main()
342 croot = CreateCaptiveRootWindow(crootx, crooty, crootw, crooth); in ctwm_main()
348 crootx = 0; in ctwm_main()
369 crootx, crooty, crootw, crooth); in ctwm_main()
987 InitScreenInfo(int scrnum, Window croot, int crootx, int crooty, in InitScreenInfo() argument
1007 scr->rootx = scr->crootx = crootx; in InitScreenInfo()
H A Dcaptive.c655 XTranslateCoordinates(dpy, Scr->CaptiveRoot, root, 0, 0, &Scr->crootx, in ConfigureCaptiveRootWindow()
664 __func__, Scr->crootx, Scr->crooty, Scr->crootw, Scr->crooth); in ConfigureCaptiveRootWindow()
667 Scr->rootx = Scr->crootx + Scr->currentvs->x; in ConfigureCaptiveRootWindow()
H A Dscreen.h133 int crootx; member
H A Dvscreen.c124 Scr->rootx = Scr->crootx + vs00->x; in InitVirtualScreens()
H A Devent_handlers.c3110 Scr->rootx = Scr->crootx + vs->x; in HandleEnterNotify()