Displaying 4 results from an estimated 4 matches for "win_getrectangles".
2010 Sep 18
0
Wine release 1.3.3
...in generated headers.
      include: Move some included files outside of extern "C".
      user32: Add support for fetching window rectangles relative to various origins.
      user32: Pass the window styles to NC_GetInsideRect instead of accessing the window structure.
      user32: Use WIN_GetRectangles where possible instead of accessing the window structure.
      user32: Use WIN_GetRectangles where possible instead of mapping coordinates explicitly.
      user32: Avoid redundant server call in WIN_GetRectangles and fix the screen coordinates mapping.
      user32: Avoid direct accesses to the w...
2018 Aug 31
0
Wine release 3.15
...user32: Scale window dimensions in SetWindowPos() based on DPI awareness.
      user32: Scale window dimensions in DeferWindowPos() based on DPI awareness.
      user32: Scale monitor rectangles based on DPI awareness.
      shell32: Fix some resources ids.
      user32: Scale coordinates in WIN_GetRectangles() based on DPI awareness.
      user32: Scale coordinates in MapWindowPoints() based on DPI awareness.
      user32: Scale coordinates in Get/SetWindowPlacement() based on DPI awareness.
      server: Map region to the window DPI in redraw_region().
      user32: Switch to the window DPI awareness...
2010 Oct 01
0
Wine release 1.3.4
...about the trap for code checking tools.
      krnl386.exe: Get rid of the useless config.sys parser.
      winmm/tests: Fix some tests that fail on Windows with no input device.
      user32: Add support for RTL window layouts in MapWindowPoints.
      user32: Add support for RTL window layouts in WIN_GetRectangles.
      user32: Add support for right-to-left menus.
      server: Mirror the rectangles for RTL windows in set_window_pos.
      user32: Always store the window rectangles unmirrored after SetWindowPos.
      user32: Add support for RTL window layouts in GetUpdateRgn and GetUpdateRect.
      winedb...
2009 Oct 23
0
Wine release 1.1.32
...nipulating client-side user handles.
      user32: Use client-side user handles for DeferWindowPos.
      user32: Use the generic handle functions for windows too.
      user32: Use client-side user handles for menus.
      user32: Get rid of the 16-bit heap support.
      user32: Set last error in WIN_GetRectangles.
      oleaut32/tests: Fix some test failures on Win64.
      winex11: Make all render format pointers const.
      winex11: Store the device format in the Xrender info structure.
      ntdll: Use the exception code as exit status when no debugger is present.
      winetest: Improve the native dll...