-
- Downloads
winex11.drv: Use a separate virtual desktop display device handler.
If we want to query host monitor dimensions, we need to use XRandR or Xinerama handler. However when in virtual desktop mode, its display device handler overrides other handlers. So we need to separate them. Then we can implement features that require host monitor dimensions like checking whether the virtual desktop window is fullscreen. Signed-off-by:Zhiyi Zhang <zzhang@codeweavers.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
Showing
- dlls/winex11.drv/desktop.c 100 additions, 4 deletionsdlls/winex11.drv/desktop.c
- dlls/winex11.drv/display.c 19 additions, 15 deletionsdlls/winex11.drv/display.c
- dlls/winex11.drv/x11drv.h 2 additions, 0 deletionsdlls/winex11.drv/x11drv.h
- dlls/winex11.drv/xinerama.c 7 additions, 24 deletionsdlls/winex11.drv/xinerama.c
Please register or sign in to comment