Changeset 57481 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Aug 20, 2015 4:20:02 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
r57480 r57481 340 340 #endif /* Q_WS_MAC */ 341 341 342 const QRect 342 const QRect VBoxGlobal::screenGeometry(int iHostScreenIndex /* = -1 */) const 343 343 { 344 344 #ifdef Q_WS_X11 … … 353 353 } 354 354 355 const QRect 355 const QRect VBoxGlobal::availableGeometry(int iHostScreenIndex /* = -1 */) const 356 356 { 357 357 #ifdef Q_WS_X11
Note:
See TracChangeset
for help on using the changeset viewer.