Changeset 4098 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Aug 9, 2007 3:41:38 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 23553
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleWnd.h
r4071 r4098 76 76 77 77 void installGuestAdditionsFrom (const QString &aSource); 78 79 #ifdef Q_WS_WIN32 80 void setMask (const QRegion &aRegion); 81 #endif 78 82 79 83 public slots: … … 284 288 QSize prev_min_size; 285 289 290 #ifdef Q_WS_WIN32 291 QRegion mPrevRegion; 292 #endif 293 286 294 // variables for dealing with true fullscreen 287 295 bool mIsFullscreen : 1;
Note:
See TracChangeset
for help on using the changeset viewer.