- Timestamp:
- Nov 9, 2016 11:59:46 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp
r64604 r64611 1935 1935 /* Adjust backing-scale-factor if necessary: */ 1936 1936 if (dBackingScaleFactor > 1.0 && frameBuffer(uScreenID)->useUnscaledHiDPIOutput()) 1937 { 1938 uXHot /= dBackingScaleFactor; 1939 uYHot /= dBackingScaleFactor; 1937 1940 cursorPixmap.setDevicePixelRatio(dBackingScaleFactor); 1941 } 1938 1942 # endif /* VBOX_GUI_WITH_HIDPI */ 1939 1943 # endif /* VBOX_WS_MAC */
Note:
See TracChangeset
for help on using the changeset viewer.