X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/31d80f31afd5e78f86d3d9e8e52d7124aac36a32..c6eaa6fb6733d8472a14e220a5656787eafda398:/include/wx/mac/aga.h diff --git a/include/wx/mac/aga.h b/include/wx/mac/aga.h index 8d976e17e1..652736f27a 100644 --- a/include/wx/mac/aga.h +++ b/include/wx/mac/aga.h @@ -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