Lines Matching full:window
73 /* Setup our window class */ in winInitMultiWindowClass()
149 /* Flag that the window has been destroyed */ in winDestroyWindowMultiWindow()
152 /* Kill the MS Windows window associated with this window */ in winDestroyWindowMultiWindow()
161 * This function adjusts the position and size of Windows window
162 * with respect to the underlying X window. This is the inverse
163 * of winAdjustXWindow, which adjusts X window to Windows window.
199 /* Bail out if the Windows window handle is bad */ in winPositionWindowMultiWindow()
207 /* Get the Windows window style and extended style */ in winPositionWindowMultiWindow()
211 /* Get the X and Y location of the X window */ in winPositionWindowMultiWindow()
215 /* Get the height and width of the X window */ in winPositionWindowMultiWindow()
229 * Calculate the required size of the Windows window rectangle, in winPositionWindowMultiWindow()
230 * given the size of the Windows window client area. in winPositionWindowMultiWindow()
234 /* Get a rectangle describing the old Windows window */ in winPositionWindowMultiWindow()
238 /* Get a rectangle describing the Windows window client area */ in winPositionWindowMultiWindow()
264 /* Change the position and dimensions of the Windows window */ in winPositionWindowMultiWindow()
327 /* Flag that the window has been killed */ in winUnmapWindowMultiWindow()
330 /* Destroy the Windows window associated with this X window */ in winUnmapWindowMultiWindow()
358 /* Flag that this window has not been destroyed */ in winMapWindowMultiWindow()
361 /* Refresh/redisplay the Windows window associated with this X window */ in winMapWindowMultiWindow()
364 /* Update the Windows window's shape */ in winMapWindowMultiWindow()
393 /* Update the Windows window associated with this X window */ in winReparentWindowMultiWindow()
398 * RestackWindow - Shuffle the z-order of a window
425 * Calling winReorderWindowsMultiWindow here means our window manager in winRestackWindowMultiWindow()
431 /* Bail out if no window privates or window handle is invalid */ in winRestackWindowMultiWindow()
435 /* Get a pointer to our previous sibling window */ in winRestackWindowMultiWindow()
439 * Look for a sibling window with in winRestackWindowMultiWindow()
440 * valid privates and window handle in winRestackWindowMultiWindow()
448 /* Valid sibling - get handle to insert window after */ in winRestackWindowMultiWindow()
466 /* No valid sibling - make this window the top window */ in winRestackWindowMultiWindow()
477 * winCreateWindowsWindow - Create a Windows window associated with an X window
491 Window daddyId; in winCreateWindowsWindow()
506 /* If it's an InputOutput window, and so is going to end up being made visible, in winCreateWindowsWindow()
507 make sure the window actually ends up somewhere where it will be visible in winCreateWindowsWindow()
510 desktop, check if the window will end up with it's top-left corner on any in winCreateWindowsWindow()
553 Calculate the window coordinates containing the requested client area, in winCreateWindowsWindow()
571 /* Create the window */ in winCreateWindowsWindow()
574 WINDOW_TITLE_X, /* Window name */ in winCreateWindowsWindow()
580 hFore, /* Null or Parent window if transient */ in winCreateWindowsWindow()
597 /* Adjust the X window to match the window placement we actually got... */ in winCreateWindowsWindow()
608 /* Flag that this Windows window handles its own activation */ in winCreateWindowsWindow()
615 * winDestroyWindowsWindow - Destroy a Windows window associated
616 * with an X window
631 /* Bail out if the Windows window handle is invalid */ in winDestroyWindowsWindow()
637 /* Store the info we need to destroy after this window is gone */ in winDestroyWindowsWindow()
641 /* Destroy the Windows window */ in winDestroyWindowsWindow()
644 /* Null our handle to the Window so referencing it will cause an error */ in winDestroyWindowsWindow()
647 /* Destroy any icons we created for this window */ in winDestroyWindowsWindow()
652 /* No longer note WGL used on this window */ in winDestroyWindowsWindow()
669 * winUpdateWindowsWindow - Redisplay/redraw a Windows window
670 * associated with an X window
683 /* Check if the Windows window's parents have been destroyed */ in winUpdateWindowsWindow()
685 /* Create the Windows window if it has been destroyed */ in winUpdateWindowsWindow()
691 /* Display the window without activating it */ in winUpdateWindowsWindow()
699 /* Destroy the Windows window if its parents are destroyed */ in winUpdateWindowsWindow()
723 ErrorF("winGetWindowID - Window ID: %u\n", (unsigned int)wi.id); in winGetWindowID()
772 /* Loop through top level Window windows, descending in Z order */ in winReorderWindowsMultiWindow()
784 if (!pWinSib) { /* 1st window - raise to the top */ in winReorderWindowsMultiWindow()
862 * Move and resize X window with respect to corresponding Windows window.
867 * adjusts Windows window with respect to X window.
888 ErrorF("\timmediately return because the window is iconized\n"); in winAdjustXWindow()
891 * If the Windows window is minimized, its WindowRect has in winAdjustXWindow()
892 * meaningless values so we don't adjust X window to it. in winAdjustXWindow()
901 /* Calculate the window rect from the drawable */ in winAdjustXWindow()