Changeset 6474 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Jan 24, 2008 10:28:59 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27470
- Location:
- trunk/src/VBox/Frontends/VirtualBox/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleWnd.h
r6462 r6474 254 254 QSpacerItem *mShiftingSpacerRight; 255 255 QSpacerItem *mShiftingSpacerBottom; 256 QSize mMaskShift; 256 257 257 258 #ifdef VBOX_WITH_DEBUGGER_GUI … … 300 301 #ifdef Q_WS_WIN32 301 302 QRegion mPrevRegion; 303 #endif 304 305 #ifdef Q_WS_MAC 306 QRegion mCurrRegion; 307 EventHandlerRef mDarwinRegionEventHandlerRef; 302 308 #endif 303 309 -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxUtils.h
r6462 r6474 256 256 CGImageRef DarwinCreateDockBadge (const char *aSource); 257 257 CGImageRef DarwinCreateDockPreview (VBoxFrameBuffer *aFrameBuffer); 258 OSStatus DarwinRegionHandler (EventHandlerCallRef aInHandlerCallRef, EventRef aInEvent, void *aInUserData); 258 259 #endif /* Q_WS_MAC */ 259 260
Note:
See TracChangeset
for help on using the changeset viewer.