Changeset 2411 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/VBoxUtils.h
- Timestamp:
- Apr 28, 2007 6:01:48 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 20819
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxUtils.h
r2392 r2411 194 194 }; 195 195 196 197 #ifdef Q_WS_MAC 198 # undef PAGE_SIZE 199 # undef PAGE_SHIFT 200 # include <Carbon/Carbon.h> 201 class QImage; 202 class QPixmap; 203 CGImageRef DarwinQImageToCGImage (const QImage *aImage); 204 CGImageRef DarwinQPixmapToCGImage (const QPixmap *aPixmap); 205 CGImageRef DarwinQPixmapFromMimeSourceToCGImage (const char *aSource); 206 CGImageRef DarwinCreateDockBadge (const char *aSource); 207 #endif /* Q_WS_MAC */ 208 196 209 #endif // __VBoxUtils_h__ 197 210
Note:
See TracChangeset
for help on using the changeset viewer.