Changeset 6462 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Jan 23, 2008 3:06:27 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27455
- Location:
- trunk/src/VBox/Frontends/VirtualBox/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleWnd.h
r6442 r6462 182 182 void onExitFullscreen(); 183 183 184 void setViewInSeamlessMode (const QRect& targetRect);184 void setViewInSeamlessMode (const QRect &aTargetRect); 185 185 186 186 private: -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxUtils.h
r6443 r6462 255 255 CGImageRef DarwinQPixmapFromMimeSourceToCGImage (const char *aSource); 256 256 CGImageRef DarwinCreateDockBadge (const char *aSource); 257 CGImageRef DarwinCreateDockPreview (VBoxFrameBuffer *aFrameBuffer);257 CGImageRef DarwinCreateDockPreview (VBoxFrameBuffer *aFrameBuffer); 258 258 #endif /* Q_WS_MAC */ 259 259
Note:
See TracChangeset
for help on using the changeset viewer.