Home
last modified time | relevance | path

Searched refs:VROOT (Results 1 – 25 of 115) sorted by relevance

12345

/dports/x11-wm/e16/e16-1.0.24/src/
H A Dstartup.c60 x = WinGetW(VROOT) / 2; in StartupWindowsCreate()
65 bh = WinGetH(VROOT); in StartupWindowsCreate()
70 y = WinGetH(VROOT) / 2; in StartupWindowsCreate()
73 bw = WinGetW(VROOT); in StartupWindowsCreate()
78 -x, -y, WinGetW(VROOT), WinGetH(VROOT), 1, "Init-1"); in StartupWindowsCreate()
83 win1 = ECreateWindow(w1, x, y, WinGetW(VROOT), WinGetH(VROOT), 0); in StartupWindowsCreate()
86 x, y, WinGetW(VROOT), WinGetH(VROOT), 1, "Init-2"); in StartupWindowsCreate()
91 win2 = ECreateWindow(w2, -x, -y, WinGetW(VROOT), WinGetH(VROOT), 0); in StartupWindowsCreate()
107 BackgroundSet(bg, win1, WinGetW(VROOT), WinGetH(VROOT)); in StartupWindowsCreate()
108 BackgroundSet(bg, win2, WinGetW(VROOT), WinGetH(VROOT)); in StartupWindowsCreate()
[all …]
H A Dedge.c72 dx = WinGetW(VROOT) - 2; in EdgeTimeout()
78 dx = -(WinGetW(VROOT) - 2); in EdgeTimeout()
84 dy = WinGetH(VROOT) - 2; in EdgeTimeout()
193 h = WinGetH(VROOT); in EdgeWindowShow()
197 x = WinGetW(VROOT) - 1; in EdgeWindowShow()
198 h = WinGetH(VROOT); in EdgeWindowShow()
202 w = WinGetW(VROOT); in EdgeWindowShow()
206 y = WinGetH(VROOT) - 1; in EdgeWindowShow()
207 w = WinGetW(VROOT); in EdgeWindowShow()
238 WinGetW(VROOT) - 1, 0, 1, WinGetH(VROOT), in EdgeWindowsShow()
[all …]
H A Ddock.c48 else if (x > WinGetW(VROOT) - EoGetW(eapp)) in DockappFindEmptySpotFor()
49 x = WinGetW(VROOT) - EoGetW(eapp); in DockappFindEmptySpotFor()
54 else if (y > WinGetH(VROOT) - EoGetH(eapp)) in DockappFindEmptySpotFor()
55 y = WinGetH(VROOT) - EoGetH(eapp); in DockappFindEmptySpotFor()
59 step_down = Conf.dock.starty < WinGetH(VROOT); in DockappFindEmptySpotFor()
85 if (x + w >= WinGetW(VROOT)) in DockappFindEmptySpotFor()
101 if (y + h >= WinGetH(VROOT)) in DockappFindEmptySpotFor()
111 y = WinGetH(VROOT) - h; in DockappFindEmptySpotFor()
119 if (x < 0 || y < 0 || x + w > WinGetW(VROOT) || y + h > WinGetH(VROOT)) in DockappFindEmptySpotFor()
121 x = WinGetW(VROOT) - w / 2; in DockappFindEmptySpotFor()
[all …]
H A Dmagwin.c129 if (sw > WinGetW(VROOT)) in MagwinRedraw()
132 if (sh > WinGetH(VROOT) && scale < (float)wh / (float)WinGetH(VROOT)) in MagwinRedraw()
140 else if (sx + sw > WinGetW(VROOT)) in MagwinRedraw()
141 sx = WinGetW(VROOT) - sw; in MagwinRedraw()
145 sy = WinGetH(VROOT) - sh; in MagwinRedraw()
182 if (qx > WinGetW(VROOT) - 1) in MagwinRedraw()
183 qx = WinGetW(VROOT) - 1; in MagwinRedraw()
184 if (qy > WinGetH(VROOT) - 1) in MagwinRedraw()
185 qy = WinGetH(VROOT) - 1; in MagwinRedraw()
457 win = VROOT; in MagwinCreate()
[all …]
H A Dpager.c230 ScaleRect(VROOT, WinGetXwin(VROOT), p->win, WinGetPmap(p->win), 0, in PagerScanTimeout()
238 ScaleRect(VROOT, WinGetXwin(VROOT), p->win, WinGetPmap(p->win), y2, in PagerScanTimeout()
239 0, WinGetW(VROOT) / ww, WinGetH(VROOT), xx + y, yy, 1, hh, HIQ); in PagerScanTimeout()
370 p->x1 >= vx + WinGetW(VROOT) || p->y1 >= vy + WinGetH(VROOT))) in doPagerUpdate()
375 p->x2 <= vx + WinGetW(VROOT) && p->y2 <= vy + WinGetH(VROOT)) in doPagerUpdate()
483 ScaleRect(VROOT, WinGetXwin(VROOT), p->win, pmap, 0, 0, in doPagerUpdate()
484 WinGetW(VROOT), WinGetH(VROOT), cx * p->dw, cy * p->dh, in doPagerUpdate()
523 aspect = ((float)WinGetW(VROOT)) / ((float)WinGetH(VROOT)); in PagerReconfigure()
739 w = ((48 * WinGetW(VROOT)) / WinGetH(VROOT)) * ax; in PagerShow()
1394 x = (px * WinGetW(VROOT)) / pd->dw - cx * WinGetW(VROOT); in PagerEwinMove()
[all …]
H A Dhints.c66 HintsSetWindowName(VROOT, "Enlightenment"); in HintsInit()
67 HintsSetWindowClass(VROOT, "Virtual-Root", "Enlightenment"); in HintsInit()
70 Mode.root.ext_pmap = HintsGetRootPixmap(VROOT); in HintsInit()
389 ewin->client.x -= WinGetW(VROOT); in EHintsGetInfo()
457 if (EoGetY(dsk) == 0 && EoGetX(dsk) == WinGetW(VROOT)) in EHintsSetDeskInfo()
463 ex_window_prop_card32_set(WinGetXwin(VROOT), in EHintsSetDeskInfo()
468 HintsSetRootInfo(VROOT, Mode.root.ext_pmap, 0); in EHintsSetDeskInfo()
469 ESetWindowBackgroundPixmap(VROOT, Mode.root.ext_pmap, 1); in EHintsSetDeskInfo()
496 ex_window_prop_card32_set(WinGetXwin(VROOT), in EHintsSetAreaInfo()
514 num = ex_window_prop_card32_get(WinGetXwin(VROOT), in EHintsGetDeskInfo()
[all …]
H A Dshapewin.c51 color_pixel = EAllocColor(WinGetCmap(VROOT), color_value); in _ShapeGetColor()
82 0, 0, WinGetW(VROOT), WinGetH(VROOT), 2, "Wires"); in ShapewinCreate()
97 ECreatePixmap(EoGetWin(sw), WinGetW(VROOT), WinGetH(VROOT), 1); in ShapewinCreate()
123 0, 0, WinGetW(VROOT), WinGetH(VROOT)); in ShapewinShapeSet()
H A Dfx.c93 d->above = ECreatePixmap(d->win, WinGetW(VROOT), height, 0); in _FxSetup()
145 EClearArea(d->win, 0, WinGetH(VROOT) - h, WinGetW(VROOT), h); in _FxCleanup()
147 ECompMgrDamageArea(0, WinGetH(VROOT) - h, WinGetW(VROOT), h); in _FxCleanup()
210 _FxCopyArea(d, 0, 0, WinGetH(VROOT) - (FX_RIPPLE_WATERH * 3), 0, 0, in FX_ripple_timeout()
211 WinGetW(VROOT), FX_RIPPLE_WATERH * 2); in FX_ripple_timeout()
238 _FxCopyArea(d, 1, 0, yy, xoff, WinGetH(VROOT) - FX_RIPPLE_WATERH + y, in FX_ripple_timeout()
239 WinGetW(VROOT), 1); in FX_ripple_timeout()
298 _FxCopyArea(d, 0, 0, WinGetH(VROOT) - (FX_WAVE_WATERH * 3), 0, 0, in FX_Wave_timeout()
299 WinGetW(VROOT), FX_WAVE_WATERH * 2); in FX_Wave_timeout()
341 for (x = 0; x < WinGetW(VROOT); x += FX_WAVE_WATERW) in FX_Wave_timeout()
[all …]
H A Dscreen.c82 psr = XRRGetScreenResources(disp, WinGetXwin(VROOT)); in _ScreenInitXrandr()
113 psr = XRRGetScreenResources(disp, WinGetXwin(VROOT)); in _ScreenShowInfoXrandr()
268 i * WinGetW(VROOT) / nx, j * WinGetH(VROOT) / ny, in ScreenSplit()
269 WinGetW(VROOT) / nx, WinGetH(VROOT) / ny); in ScreenSplit()
280 0, Dpy.screen, 0, 0, WinGetW(VROOT), WinGetH(VROOT)); in ScreenShowInfo()
320 w = WinGetW(VROOT); in ScreenGetGeometryByHead()
321 h = WinGetH(VROOT); in ScreenGetGeometryByHead()
400 *pw = WinGetW(VROOT) - (l + r); in _VRootGetAvailableArea()
401 *ph = WinGetH(VROOT) - (t + b); in _VRootGetAvailableArea()
H A Dtooltips.c430 dx = x - WinGetW(VROOT) / 2; in TooltipShow()
431 dy = y - WinGetH(VROOT) / 2; in TooltipShow()
463 xx = x - (dist * 10 * dx) / (100 * WinGetW(VROOT) / 2); in TooltipShow()
470 xx = x - (dist * 30 * dx) / (100 * WinGetW(VROOT) / 2); in TooltipShow()
489 xx = x - (dist * 100 * dx) / (100 * WinGetW(VROOT) / 2); in TooltipShow()
494 ww = (w / 2) + ((dx * w) / (WinGetW(VROOT) / 2)); in TooltipShow()
543 yy = y - (dist * 100 * dy) / (100 * WinGetH(VROOT) / 2); in TooltipShow()
548 hh = (h / 2) + ((dy * h) / (WinGetH(VROOT) / 2)); in TooltipShow()
729 if (x < 0 || y < 0 || x >= WinGetW(VROOT) || y >= WinGetH(VROOT)) in ToolTipTimeout()
776 ESelectInputChange(VROOT, PointerMotionMask, 0); in TooltipsSetPending()
[all …]
H A Dewmh.c160 ex_window_prop_atom_set(WinGetXwin(VROOT), in EWMH_Init()
209 ex_netwm_desk_size_set(WinGetXwin(VROOT), ax * WinGetW(VROOT), in EWMH_SetDesktopSize()
210 ay * WinGetH(VROOT)); in EWMH_SetDesktopSize()
230 p_coord[4 * i + 2] = WinGetW(VROOT); in EWMH_SetWorkArea()
231 p_coord[4 * i + 3] = WinGetH(VROOT); in EWMH_SetWorkArea()
261 p_coord[2 * i] = ax * WinGetW(VROOT); in EWMH_SetDesktopViewport()
262 p_coord[2 * i + 1] = ay * WinGetH(VROOT); in EWMH_SetDesktopViewport()
294 ex_netwm_client_list_set(WinGetXwin(VROOT), wl, num); in EWMH_SetClientList()
299 ex_netwm_client_list_set(WinGetXwin(VROOT), NULL, 0); in EWMH_SetClientList()
1071 DeskCurrentGotoArea(ev->data.l[0] / WinGetW(VROOT), in EWMH_ProcessRootClientMessage()
[all …]
H A Dgnome.c550 ex_window_prop_atom_set(WinGetXwin(VROOT), atom_set, list, 10); in GNOME_SetUsedHints()
565 ex_window_prop_card32_set(WinGetXwin(VROOT), atom_set, val, 2); in GNOME_SetCurrentArea()
577 ex_window_prop_card32_set(WinGetXwin(VROOT), atom_set, &val, 1); in GNOME_SetCurrentDesk()
589 ex_window_prop_card32_set(WinGetXwin(VROOT), atom_set, &val, 1); in GNOME_SetWMCheck()
602 ex_window_prop_card32_set(WinGetXwin(VROOT), atom_set, &val, 1); in GNOME_SetDeskCount()
617 ex_window_prop_card32_set(WinGetXwin(VROOT), atom_set, val, 2); in GNOME_SetAreaCount()
673 ex_window_prop_card32_set(WinGetXwin(VROOT), atom_set, wl, j); in GNOME_SetClientList()
684 ex_window_prop_string_set(WinGetXwin(VROOT), atom_set, e_wm_name); in GNOME_SetWMNameVer()
688 ex_window_prop_string_set(WinGetXwin(VROOT), atom_set2, e_wm_version); in GNOME_SetWMNameVer()
742 XCreateSimpleWindow(disp, WinGetXwin(VROOT), -80, -80, 24, 24, 0, in GNOME_SetHints()
[all …]
H A Dsetup.c137 VROOT = ECreateWindow(RROOT, 0, 0, Mode.wm.win_w, Mode.wm.win_h, 0); in SetupX()
140 Esnprintf(buf, sizeof(buf), "%#x", WinGetXwin(VROOT)); in SetupX()
146 VROOT = RROOT; in SetupX()
149 Dpy.root_gc = EXCreateGC(WinGetXwin(VROOT), 0, NULL); in SetupX()
158 ESelectInput(VROOT, mask); in SetupX()
171 ESelectInput(VROOT, mask); in SetupX()
H A Ddesktops.c371 EoMove(dsk, WinGetW(VROOT), 0); in DeskConfigure()
404 0, 0, WinGetW(VROOT), WinGetH(VROOT), 0, buf); in DeskCreate()
414 0, 0, WinGetW(VROOT), WinGetH(VROOT), in DeskCreate()
437 0, 0, WinGetW(VROOT), WinGetH(VROOT), 0, buf); in DeskCreate()
1267 x = WinGetW(VROOT); in DeskGoto()
1271 x = -WinGetW(VROOT); in DeskGoto()
1276 y = WinGetH(VROOT); in DeskGoto()
1280 y = -WinGetH(VROOT); in DeskGoto()
2044 if (w == WinGetW(VROOT) && h == WinGetH(VROOT)) in DeskRootResize()
2047 EWindowSync(VROOT); in DeskRootResize()
[all …]
H A Ddraw.c95 draw_h_arrow(dr, gc, a + c + bl + br, WinGetW(VROOT) - 1, b + bt + (d / 2)); in do_draw_technical()
98 draw_v_arrow(dr, gc, b + d + bt + bb, WinGetH(VROOT) - 1, a + bl + (c / 2)); in do_draw_technical()
100 XDrawLine(disp, dr, gc, a, 0, a, WinGetH(VROOT)); in do_draw_technical()
102 a + c + bl + br - 1, WinGetH(VROOT)); in do_draw_technical()
103 XDrawLine(disp, dr, gc, 0, b, WinGetW(VROOT), b); in do_draw_technical()
105 WinGetW(VROOT), b + d + bt + bb - 1); in do_draw_technical()
235 psd->root = WinGetXwin(VROOT); in DrawEwinShape()
H A Dewins.c1000 fy = WinGetH(VROOT); in AddToFamily()
1009 fx = WinGetW(VROOT); in AddToFamily()
1287 EwinWithdraw(ewin, VROOT); in EwinEventUnmap()
1700 if (x + w <= 0 || x >= WinGetW(VROOT) || y + h <= 0 || y >= WinGetH(VROOT)) in EwinIsOnScreen()
1711 wd = WinGetW(VROOT); in EwinIsOnDesktop()
1712 hd = WinGetH(VROOT); in EwinIsOnDesktop()
1746 ewin->req_x += ax * WinGetW(VROOT); in EwinRememberPositionSet()
1764 x -= ax * WinGetW(VROOT); in EwinRememberPositionGet()
1765 y -= ay * WinGetH(VROOT); in EwinRememberPositionGet()
1844 wdn = WinGetW(VROOT); in EwinReposition()
[all …]
/dports/lang/v/v-0.1.29/vlib/sync/atomic2/
H A Datomic.v14 #flag windows -I @VROOT/thirdparty/stdatomic/win
15 #flag linux -I @VROOT/thirdparty/stdatomic/nix
16 #flag darwin -I @VROOT/thirdparty/stdatomic/nix
17 #flag freebsd -I @VROOT/thirdparty/stdatomic/nix
18 #flag solaris -I @VROOT/thirdparty/stdatomic/nix
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/nmake/tests/
H A Dview.tst125 TEST 06 'VROOT'
133 : $(PWD) : $(VROOT) :'
140 : $(PWD) : $(VROOT) :'
147 : $(PWD) : $(VROOT) :'
227 TEST 10 'VROOT after VPATH change'
238 : VROOT : $(VROOT) :
241 + : VROOT : .. :
250 TEST 11 'VROOT/VOFFSET across levels and nodes'
258 : VROOT : $(VROOT) :
261 : VROOT : $(VROOT) :
[all …]
/dports/shells/ksh93/ast-93u/src/cmd/nmake/tests/
H A Dview.tst125 TEST 06 'VROOT'
133 : $(PWD) : $(VROOT) :'
140 : $(PWD) : $(VROOT) :'
147 : $(PWD) : $(VROOT) :'
227 TEST 10 'VROOT after VPATH change'
238 : VROOT : $(VROOT) :
241 + : VROOT : .. :
250 TEST 11 'VROOT/VOFFSET across levels and nodes'
258 : VROOT : $(VROOT) :
261 : VROOT : $(VROOT) :
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/nmake/tests/
H A Dview.tst125 TEST 06 'VROOT'
133 : $(PWD) : $(VROOT) :'
140 : $(PWD) : $(VROOT) :'
147 : $(PWD) : $(VROOT) :'
227 TEST 10 'VROOT after VPATH change'
238 : VROOT : $(VROOT) :
241 + : VROOT : .. :
250 TEST 11 'VROOT/VOFFSET across levels and nodes'
258 : VROOT : $(VROOT) :
261 : VROOT : $(VROOT) :
[all …]
/dports/net-mgmt/virt-viewer/virt-viewer-11.0/
H A D.gitlab-ci.yml9 export VROOT="$SCRATCH_DIR/vroot"
10 export LIBDIR="$VROOT/lib"
12 export PATH="$VROOT/bin:$PATH"
39 - meson build -Ddriver_libvirtd=disabled "--prefix=$VROOT" "--libdir=$LIBDIR"
42 - meson build --prefix="$VROOT" --libdir="$LIBDIR" -Ddocs=disabled
46 - meson build --prefix="$VROOT" --libdir="$LIBDIR"
/dports/lang/v/v-0.1.29/vlib/v/fmt/tests/
H A Dinclude_vroot_keep.vv1 #flag -I @VROOT/c
2 #flag @VROOT/c/implementation.o
3 #include "@VROOT/c/implementation.h"
/dports/lang/v/v-0.1.29/vlib/picohttpparser/
H A Dpicohttpparser.v6 #flag -I @VROOT/thirdparty/picohttpparser
7 #flag -L @VROOT/thirdparty/picohttpparser
8 #flag @VROOT/thirdparty/picohttpparser/picohttpparser.o
/dports/lang/v/v-0.1.29/vlib/v/tests/project_with_c_code/mod1/
H A Dwrapper.v3 #flag -I @VROOT/c
4 #flag @VROOT/c/implementation.o
/dports/lang/v/v-0.1.29/vlib/sokol/f/
H A Df.v9 #flag windows -I @VROOT/thirdparty/freetype/include
10 #flag windows -L @VROOT/thirdparty/freetype/win64

12345