VirtualBox

Ignore:
Timestamp:
Apr 28, 2007 6:01:48 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
20819
Message:

playing with the dock.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxUtils.h

    r2392 r2411  
    194194};
    195195
     196
     197#ifdef Q_WS_MAC
     198# undef PAGE_SIZE
     199# undef PAGE_SHIFT
     200# include <Carbon/Carbon.h>
     201class QImage;
     202class QPixmap;
     203CGImageRef DarwinQImageToCGImage (const QImage *aImage);
     204CGImageRef DarwinQPixmapToCGImage (const QPixmap *aPixmap);
     205CGImageRef DarwinQPixmapFromMimeSourceToCGImage (const char *aSource);
     206CGImageRef DarwinCreateDockBadge (const char *aSource);
     207#endif /* Q_WS_MAC */
     208
    196209#endif // __VBoxUtils_h__
    197210
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette