]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/aga.h
wxPrinting fix for wxMGL
[wxWidgets.git] / include / wx / mac / aga.h
index 8d976e17e16a40b668e1129b7df7763429dd2e59..652736f27add1cf94ab9883d5da856def4a561b7 100644 (file)
@@ -12,6 +12,7 @@
 #ifndef _UMA_AGA_H
 #define _UMA_AGA_H
 
+/*
 ControlHandle AGANewControl(WindowPtr                          owningWindow,
                                                                 const Rect *                   boundsRect,
                                                                 ConstStr255Param               controlTitle,
@@ -77,8 +78,16 @@ OSErr AGAGetRootControl( WindowPtr inWindow , ControlHandle *outControl ) ;
 void                   AGASetThemeWindowBackground             (WindowRef                              inWindow,
                                                                 ThemeBrush                     inBrush,
                                                                 Boolean                                inUpdate) ;
+void                   AGAApplyThemeBackground                 (ThemeBackgroundKind    inKind,
+                                                                const Rect *                   bounds,
+                                                                ThemeDrawState                 inState,
+                                                                SInt16                                 inDepth,
+                                                                Boolean                                inColorDev) ;
 void AGAMoveControl( ControlHandle inControl , short x , short y ) ;
 void AGASizeControl( ControlHandle inControl , short x , short y ) ;
 
+*/
+
+
 
 #endif
\ No newline at end of file