[Gtk-osx-devs] ige-mac-integration cocoa



I've patched most of ige-mac-integration to be able to
switch between Carbon (default) and Cocoa (for 64-bit):

+#include <ApplicationServices/ApplicationServices.h>
+#ifdef USE_CARBON
  #include <Carbon/Carbon.h>
+#endif
+#ifdef USE_COCOA
+#import <Cocoa/Cocoa.h>
+#endif

Need some more work on the menus (dock/image works OK),
then I'll push the code up to http://github.com/afb/ ...

--anders





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]