Home
last modified time | relevance | path

Searched refs:rcNew (Results 1 – 25 of 59) sorted by relevance

123

/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xwin/
H A Dwinwin32rootlesswindow.c219 RECT rcNew; in winMWExtWMUpdateWindowDecoration() local
237 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMUpdateWindowDecoration()
238 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMUpdateWindowDecoration()
247 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMUpdateWindowDecoration()
248 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMUpdateWindowDecoration()
275 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMUpdateWindowDecoration()
276 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMUpdateWindowDecoration()
279 rcNew.left, rcNew.top, in winMWExtWMUpdateWindowDecoration()
280 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top, in winMWExtWMUpdateWindowDecoration()
333 rcNew.left, rcNew.top, in winMWExtWMUpdateWindowDecoration()
[all …]
H A Dwinwin32rootless.c412 RECT rcNew; in winMWExtWMMoveFrame() local
435 SetRect(&rcNew, iX, iY, iX + iWidth, iY + iHeight); in winMWExtWMMoveFrame()
439 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMMoveFrame()
440 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMMoveFrame()
450 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMMoveFrame()
451 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMMoveFrame()
454 SetWindowPos(pRLWinPriv->hWnd, NULL, rcNew.left, rcNew.top, 0, 0, in winMWExtWMMoveFrame()
469 RECT rcNew; in winMWExtWMResizeFrame() local
503 if (!EqualRect(&rcNew, &rcOld)) { in winMWExtWMResizeFrame()
507 rcNew.left, rcNew.top, in winMWExtWMResizeFrame()
[all …]
H A Dwinwindowswm.c310 RECT rcNew; in ProcWindowsWMFrameGetRect() local
330 SetRect(&rcNew, stuff->ix, stuff->iy, in ProcWindowsWMFrameGetRect()
342 AdjustWindowRectEx(&rcNew, stuff->frame_style, FALSE, in ProcWindowsWMFrameGetRect()
344 rep.x = rcNew.left; in ProcWindowsWMFrameGetRect()
345 rep.y = rcNew.top; in ProcWindowsWMFrameGetRect()
346 rep.w = rcNew.right - rcNew.left; in ProcWindowsWMFrameGetRect()
347 rep.h = rcNew.bottom - rcNew.top; in ProcWindowsWMFrameGetRect()
363 RECT rcNew; in ProcWindowsWMFrameDraw() local
392 SetRect(&rcNew, stuff->ix, stuff->iy, in ProcWindowsWMFrameDraw()
414 rcNew.left, rcNew.top, in ProcWindowsWMFrameDraw()
[all …]
H A Dwinmultiwindowwindow.c177 RECT rcNew; in winPositionWindowMultiWindow() local
220 SetRect(&rcNew, iX, iY, iX + iWidth, iY + iHeight); in winPositionWindowMultiWindow()
223 lpRc = &rcNew; in winPositionWindowMultiWindow()
232 AdjustWindowRectEx(&rcNew, dwStyle, FALSE, dwExStyle); in winPositionWindowMultiWindow()
241 lpRc = &rcNew; in winPositionWindowMultiWindow()
255 if (!EqualRect(&rcNew, &rcOld)) { in winPositionWindowMultiWindow()
261 ErrorF("\tMoveWindow to (%d, %d) - %dx%d\n", (int)rcNew.left, (int)rcNew.top, in winPositionWindowMultiWindow()
262 (int)(rcNew.right - rcNew.left), (int)(rcNew.bottom - rcNew.top)); in winPositionWindowMultiWindow()
266 rcNew.left, rcNew.top, in winPositionWindowMultiWindow()
267 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top, TRUE); in winPositionWindowMultiWindow()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/xwin/
H A Dwinwin32rootlesswindow.c219 RECT rcNew; in winMWExtWMUpdateWindowDecoration() local
237 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMUpdateWindowDecoration()
238 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMUpdateWindowDecoration()
247 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMUpdateWindowDecoration()
248 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMUpdateWindowDecoration()
275 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMUpdateWindowDecoration()
276 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMUpdateWindowDecoration()
279 rcNew.left, rcNew.top, in winMWExtWMUpdateWindowDecoration()
280 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top, in winMWExtWMUpdateWindowDecoration()
333 rcNew.left, rcNew.top, in winMWExtWMUpdateWindowDecoration()
[all …]
H A Dwinwin32rootless.c412 RECT rcNew; in winMWExtWMMoveFrame() local
435 SetRect(&rcNew, iX, iY, iX + iWidth, iY + iHeight); in winMWExtWMMoveFrame()
439 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMMoveFrame()
440 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMMoveFrame()
450 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMMoveFrame()
451 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMMoveFrame()
454 SetWindowPos(pRLWinPriv->hWnd, NULL, rcNew.left, rcNew.top, 0, 0, in winMWExtWMMoveFrame()
469 RECT rcNew; in winMWExtWMResizeFrame() local
503 if (!EqualRect(&rcNew, &rcOld)) { in winMWExtWMResizeFrame()
507 rcNew.left, rcNew.top, in winMWExtWMResizeFrame()
[all …]
H A Dwinwindowswm.c310 RECT rcNew; in ProcWindowsWMFrameGetRect() local
330 SetRect(&rcNew, stuff->ix, stuff->iy, in ProcWindowsWMFrameGetRect()
342 AdjustWindowRectEx(&rcNew, stuff->frame_style, FALSE, in ProcWindowsWMFrameGetRect()
344 rep.x = rcNew.left; in ProcWindowsWMFrameGetRect()
345 rep.y = rcNew.top; in ProcWindowsWMFrameGetRect()
346 rep.w = rcNew.right - rcNew.left; in ProcWindowsWMFrameGetRect()
347 rep.h = rcNew.bottom - rcNew.top; in ProcWindowsWMFrameGetRect()
363 RECT rcNew; in ProcWindowsWMFrameDraw() local
392 SetRect(&rcNew, stuff->ix, stuff->iy, in ProcWindowsWMFrameDraw()
414 rcNew.left, rcNew.top, in ProcWindowsWMFrameDraw()
[all …]
H A Dwinmultiwindowwindow.c177 RECT rcNew; in winPositionWindowMultiWindow() local
220 SetRect(&rcNew, iX, iY, iX + iWidth, iY + iHeight); in winPositionWindowMultiWindow()
223 lpRc = &rcNew; in winPositionWindowMultiWindow()
232 AdjustWindowRectEx(&rcNew, dwStyle, FALSE, dwExStyle); in winPositionWindowMultiWindow()
241 lpRc = &rcNew; in winPositionWindowMultiWindow()
255 if (!EqualRect(&rcNew, &rcOld)) { in winPositionWindowMultiWindow()
261 ErrorF("\tMoveWindow to (%d, %d) - %dx%d\n", (int)rcNew.left, (int)rcNew.top, in winPositionWindowMultiWindow()
262 (int)(rcNew.right - rcNew.left), (int)(rcNew.bottom - rcNew.top)); in winPositionWindowMultiWindow()
266 rcNew.left, rcNew.top, in winPositionWindowMultiWindow()
267 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top, TRUE); in winPositionWindowMultiWindow()
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/xwin/
H A Dwinwin32rootlesswindow.c219 RECT rcNew; in winMWExtWMUpdateWindowDecoration() local
237 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMUpdateWindowDecoration()
238 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMUpdateWindowDecoration()
247 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMUpdateWindowDecoration()
248 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMUpdateWindowDecoration()
275 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMUpdateWindowDecoration()
276 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMUpdateWindowDecoration()
279 rcNew.left, rcNew.top, in winMWExtWMUpdateWindowDecoration()
280 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top, in winMWExtWMUpdateWindowDecoration()
333 rcNew.left, rcNew.top, in winMWExtWMUpdateWindowDecoration()
[all …]
H A Dwinwin32rootless.c412 RECT rcNew; in winMWExtWMMoveFrame() local
435 SetRect(&rcNew, iX, iY, iX + iWidth, iY + iHeight); in winMWExtWMMoveFrame()
439 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMMoveFrame()
440 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMMoveFrame()
450 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMMoveFrame()
451 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMMoveFrame()
454 SetWindowPos(pRLWinPriv->hWnd, NULL, rcNew.left, rcNew.top, 0, 0, in winMWExtWMMoveFrame()
469 RECT rcNew; in winMWExtWMResizeFrame() local
503 if (!EqualRect(&rcNew, &rcOld)) { in winMWExtWMResizeFrame()
507 rcNew.left, rcNew.top, in winMWExtWMResizeFrame()
[all …]
H A Dwinwindowswm.c310 RECT rcNew; in ProcWindowsWMFrameGetRect() local
330 SetRect(&rcNew, stuff->ix, stuff->iy, in ProcWindowsWMFrameGetRect()
342 AdjustWindowRectEx(&rcNew, stuff->frame_style, FALSE, in ProcWindowsWMFrameGetRect()
344 rep.x = rcNew.left; in ProcWindowsWMFrameGetRect()
345 rep.y = rcNew.top; in ProcWindowsWMFrameGetRect()
346 rep.w = rcNew.right - rcNew.left; in ProcWindowsWMFrameGetRect()
347 rep.h = rcNew.bottom - rcNew.top; in ProcWindowsWMFrameGetRect()
363 RECT rcNew; in ProcWindowsWMFrameDraw() local
392 SetRect(&rcNew, stuff->ix, stuff->iy, in ProcWindowsWMFrameDraw()
414 rcNew.left, rcNew.top, in ProcWindowsWMFrameDraw()
[all …]
H A Dwinmultiwindowwindow.c177 RECT rcNew; in winPositionWindowMultiWindow() local
220 SetRect(&rcNew, iX, iY, iX + iWidth, iY + iHeight); in winPositionWindowMultiWindow()
223 lpRc = &rcNew; in winPositionWindowMultiWindow()
232 AdjustWindowRectEx(&rcNew, dwStyle, FALSE, dwExStyle); in winPositionWindowMultiWindow()
241 lpRc = &rcNew; in winPositionWindowMultiWindow()
255 if (!EqualRect(&rcNew, &rcOld)) { in winPositionWindowMultiWindow()
261 ErrorF("\tMoveWindow to (%d, %d) - %dx%d\n", (int)rcNew.left, (int)rcNew.top, in winPositionWindowMultiWindow()
262 (int)(rcNew.right - rcNew.left), (int)(rcNew.bottom - rcNew.top)); in winPositionWindowMultiWindow()
266 rcNew.left, rcNew.top, in winPositionWindowMultiWindow()
267 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top, TRUE); in winPositionWindowMultiWindow()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/xwin/
H A Dwinwin32rootlesswindow.c219 RECT rcNew; in winMWExtWMUpdateWindowDecoration() local
237 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMUpdateWindowDecoration()
238 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMUpdateWindowDecoration()
247 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMUpdateWindowDecoration()
248 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMUpdateWindowDecoration()
275 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMUpdateWindowDecoration()
276 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMUpdateWindowDecoration()
279 rcNew.left, rcNew.top, in winMWExtWMUpdateWindowDecoration()
280 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top, in winMWExtWMUpdateWindowDecoration()
333 rcNew.left, rcNew.top, in winMWExtWMUpdateWindowDecoration()
[all …]
H A Dwinwin32rootless.c412 RECT rcNew; in winMWExtWMMoveFrame() local
435 SetRect(&rcNew, iX, iY, iX + iWidth, iY + iHeight); in winMWExtWMMoveFrame()
439 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMMoveFrame()
440 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMMoveFrame()
450 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMMoveFrame()
451 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMMoveFrame()
454 SetWindowPos(pRLWinPriv->hWnd, NULL, rcNew.left, rcNew.top, 0, 0, in winMWExtWMMoveFrame()
469 RECT rcNew; in winMWExtWMResizeFrame() local
503 if (!EqualRect(&rcNew, &rcOld)) { in winMWExtWMResizeFrame()
507 rcNew.left, rcNew.top, in winMWExtWMResizeFrame()
[all …]
H A Dwinwindowswm.c310 RECT rcNew; in ProcWindowsWMFrameGetRect() local
330 SetRect(&rcNew, stuff->ix, stuff->iy, in ProcWindowsWMFrameGetRect()
342 AdjustWindowRectEx(&rcNew, stuff->frame_style, FALSE, in ProcWindowsWMFrameGetRect()
344 rep.x = rcNew.left; in ProcWindowsWMFrameGetRect()
345 rep.y = rcNew.top; in ProcWindowsWMFrameGetRect()
346 rep.w = rcNew.right - rcNew.left; in ProcWindowsWMFrameGetRect()
347 rep.h = rcNew.bottom - rcNew.top; in ProcWindowsWMFrameGetRect()
363 RECT rcNew; in ProcWindowsWMFrameDraw() local
392 SetRect(&rcNew, stuff->ix, stuff->iy, in ProcWindowsWMFrameDraw()
414 rcNew.left, rcNew.top, in ProcWindowsWMFrameDraw()
[all …]
H A Dwinmultiwindowwindow.c177 RECT rcNew; in winPositionWindowMultiWindow() local
220 SetRect(&rcNew, iX, iY, iX + iWidth, iY + iHeight); in winPositionWindowMultiWindow()
223 lpRc = &rcNew; in winPositionWindowMultiWindow()
232 AdjustWindowRectEx(&rcNew, dwStyle, FALSE, dwExStyle); in winPositionWindowMultiWindow()
241 lpRc = &rcNew; in winPositionWindowMultiWindow()
255 if (!EqualRect(&rcNew, &rcOld)) { in winPositionWindowMultiWindow()
261 ErrorF("\tMoveWindow to (%d, %d) - %dx%d\n", (int)rcNew.left, (int)rcNew.top, in winPositionWindowMultiWindow()
262 (int)(rcNew.right - rcNew.left), (int)(rcNew.bottom - rcNew.top)); in winPositionWindowMultiWindow()
266 rcNew.left, rcNew.top, in winPositionWindowMultiWindow()
267 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top, TRUE); in winPositionWindowMultiWindow()
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/xwin/
H A Dwinwin32rootlesswindow.c219 RECT rcNew; in winMWExtWMUpdateWindowDecoration() local
237 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMUpdateWindowDecoration()
238 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMUpdateWindowDecoration()
247 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMUpdateWindowDecoration()
248 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMUpdateWindowDecoration()
275 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMUpdateWindowDecoration()
276 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMUpdateWindowDecoration()
279 rcNew.left, rcNew.top, in winMWExtWMUpdateWindowDecoration()
280 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top, in winMWExtWMUpdateWindowDecoration()
333 rcNew.left, rcNew.top, in winMWExtWMUpdateWindowDecoration()
[all …]
H A Dwinwin32rootless.c412 RECT rcNew; in winMWExtWMMoveFrame() local
435 SetRect(&rcNew, iX, iY, iX + iWidth, iY + iHeight); in winMWExtWMMoveFrame()
439 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMMoveFrame()
440 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMMoveFrame()
450 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMMoveFrame()
451 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMMoveFrame()
454 SetWindowPos(pRLWinPriv->hWnd, NULL, rcNew.left, rcNew.top, 0, 0, in winMWExtWMMoveFrame()
469 RECT rcNew; in winMWExtWMResizeFrame() local
503 if (!EqualRect(&rcNew, &rcOld)) { in winMWExtWMResizeFrame()
507 rcNew.left, rcNew.top, in winMWExtWMResizeFrame()
[all …]
H A Dwinwindowswm.c310 RECT rcNew; in ProcWindowsWMFrameGetRect() local
330 SetRect(&rcNew, stuff->ix, stuff->iy, in ProcWindowsWMFrameGetRect()
342 AdjustWindowRectEx(&rcNew, stuff->frame_style, FALSE, in ProcWindowsWMFrameGetRect()
344 rep.x = rcNew.left; in ProcWindowsWMFrameGetRect()
345 rep.y = rcNew.top; in ProcWindowsWMFrameGetRect()
346 rep.w = rcNew.right - rcNew.left; in ProcWindowsWMFrameGetRect()
347 rep.h = rcNew.bottom - rcNew.top; in ProcWindowsWMFrameGetRect()
363 RECT rcNew; in ProcWindowsWMFrameDraw() local
392 SetRect(&rcNew, stuff->ix, stuff->iy, in ProcWindowsWMFrameDraw()
414 rcNew.left, rcNew.top, in ProcWindowsWMFrameDraw()
[all …]
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/xwin/
H A Dwinwin32rootlesswindow.c219 RECT rcNew; in winMWExtWMUpdateWindowDecoration() local
237 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMUpdateWindowDecoration()
238 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMUpdateWindowDecoration()
247 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMUpdateWindowDecoration()
248 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMUpdateWindowDecoration()
275 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMUpdateWindowDecoration()
276 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMUpdateWindowDecoration()
279 rcNew.left, rcNew.top, in winMWExtWMUpdateWindowDecoration()
280 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top, in winMWExtWMUpdateWindowDecoration()
333 rcNew.left, rcNew.top, in winMWExtWMUpdateWindowDecoration()
[all …]
H A Dwinwin32rootless.c412 RECT rcNew; in winMWExtWMMoveFrame() local
435 SetRect(&rcNew, iX, iY, iX + iWidth, iY + iHeight); in winMWExtWMMoveFrame()
439 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMMoveFrame()
440 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMMoveFrame()
450 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMMoveFrame()
451 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMMoveFrame()
454 SetWindowPos(pRLWinPriv->hWnd, NULL, rcNew.left, rcNew.top, 0, 0, in winMWExtWMMoveFrame()
469 RECT rcNew; in winMWExtWMResizeFrame() local
503 if (!EqualRect(&rcNew, &rcOld)) { in winMWExtWMResizeFrame()
507 rcNew.left, rcNew.top, in winMWExtWMResizeFrame()
[all …]
H A Dwinwindowswm.c310 RECT rcNew; in ProcWindowsWMFrameGetRect() local
330 SetRect(&rcNew, stuff->ix, stuff->iy, in ProcWindowsWMFrameGetRect()
342 AdjustWindowRectEx(&rcNew, stuff->frame_style, FALSE, in ProcWindowsWMFrameGetRect()
344 rep.x = rcNew.left; in ProcWindowsWMFrameGetRect()
345 rep.y = rcNew.top; in ProcWindowsWMFrameGetRect()
346 rep.w = rcNew.right - rcNew.left; in ProcWindowsWMFrameGetRect()
347 rep.h = rcNew.bottom - rcNew.top; in ProcWindowsWMFrameGetRect()
363 RECT rcNew; in ProcWindowsWMFrameDraw() local
392 SetRect(&rcNew, stuff->ix, stuff->iy, in ProcWindowsWMFrameDraw()
414 rcNew.left, rcNew.top, in ProcWindowsWMFrameDraw()
[all …]
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/xwin/
H A Dwinwin32rootlesswindow.c219 RECT rcNew; in winMWExtWMUpdateWindowDecoration() local
237 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMUpdateWindowDecoration()
238 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMUpdateWindowDecoration()
247 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMUpdateWindowDecoration()
248 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMUpdateWindowDecoration()
275 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMUpdateWindowDecoration()
276 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMUpdateWindowDecoration()
279 rcNew.left, rcNew.top, in winMWExtWMUpdateWindowDecoration()
280 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top, in winMWExtWMUpdateWindowDecoration()
333 rcNew.left, rcNew.top, in winMWExtWMUpdateWindowDecoration()
[all …]
H A Dwinwin32rootless.c412 RECT rcNew; in winMWExtWMMoveFrame() local
435 SetRect(&rcNew, iX, iY, iX + iWidth, iY + iHeight); in winMWExtWMMoveFrame()
439 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMMoveFrame()
440 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMMoveFrame()
450 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMMoveFrame()
451 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMMoveFrame()
454 SetWindowPos(pRLWinPriv->hWnd, NULL, rcNew.left, rcNew.top, 0, 0, in winMWExtWMMoveFrame()
469 RECT rcNew; in winMWExtWMResizeFrame() local
503 if (!EqualRect(&rcNew, &rcOld)) { in winMWExtWMResizeFrame()
507 rcNew.left, rcNew.top, in winMWExtWMResizeFrame()
[all …]
H A Dwinwindowswm.c310 RECT rcNew; in ProcWindowsWMFrameGetRect() local
330 SetRect(&rcNew, stuff->ix, stuff->iy, in ProcWindowsWMFrameGetRect()
342 AdjustWindowRectEx(&rcNew, stuff->frame_style, FALSE, in ProcWindowsWMFrameGetRect()
344 rep.x = rcNew.left; in ProcWindowsWMFrameGetRect()
345 rep.y = rcNew.top; in ProcWindowsWMFrameGetRect()
346 rep.w = rcNew.right - rcNew.left; in ProcWindowsWMFrameGetRect()
347 rep.h = rcNew.bottom - rcNew.top; in ProcWindowsWMFrameGetRect()
363 RECT rcNew; in ProcWindowsWMFrameDraw() local
392 SetRect(&rcNew, stuff->ix, stuff->iy, in ProcWindowsWMFrameDraw()
414 rcNew.left, rcNew.top, in ProcWindowsWMFrameDraw()
[all …]

123