Changeset 27535 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Mar 19, 2010 1:33:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.cpp
r27534 r27535 560 560 CMachine machine = session().GetMachine(); 561 561 562 printf("bla\n");563 562 /* Save extra-data settings: */ 564 563 { … … 603 602 * when the user get out of the maximized state. So check this ourself. */ 604 603 return ::darwinIsWindowMaximized(this); 604 #else /* Q_WS_MAC */ 605 return isMaximized(); 605 606 #endif /* !Q_WS_MAC */ 606 return isMaximized(); 607 } 608 607 } 608
Note:
See TracChangeset
for help on using the changeset viewer.