- Timestamp:
- Jun 13, 2013 3:28:58 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp
r46364 r46538 218 218 * when entering or exiting fullscreen on X.Org guests and when 219 219 * re-attaching the frame-buffer on a view switch. */ 220 bool fResize = iWidth != frameBuffer()->width()221 || iHeight != frameBuffer()->height();220 bool fResize = (ulong)iWidth != frameBuffer()->width() 221 || (ulong)iHeight != frameBuffer()->height(); 222 222 223 223 /* If machine-window is visible: */
Note:
See TracChangeset
for help on using the changeset viewer.