Changeset 6482 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Jan 24, 2008 2:29:40 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27483
- Location:
- trunk/src/VBox/Frontends/VirtualBox/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleWnd.h
r6474 r6482 77 77 78 78 void setMask (const QRegion &aRegion); 79 80 #ifdef Q_WS_MAC 81 CGImageRef dockImageState () const; 82 #endif 79 83 80 84 public slots: -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxUtils.h
r6474 r6482 255 255 CGImageRef DarwinQPixmapFromMimeSourceToCGImage (const char *aSource); 256 256 CGImageRef DarwinCreateDockBadge (const char *aSource); 257 CGImageRef DarwinCreateDockPreview (VBoxFrameBuffer *aFrameBuffer );257 CGImageRef DarwinCreateDockPreview (VBoxFrameBuffer *aFrameBuffer, CGImageRef aOverlayImage); 258 258 OSStatus DarwinRegionHandler (EventHandlerCallRef aInHandlerCallRef, EventRef aInEvent, void *aInUserData); 259 259 #endif /* Q_WS_MAC */
Note:
See TracChangeset
for help on using the changeset viewer.