X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/05adb9d2fdc40d8620730be490bf406b8e367cf8..52c71b808f1c7fd161bb0bc5082683320f15dbb2:/include/wx/mac/aga.h diff --git a/include/wx/mac/aga.h b/include/wx/mac/aga.h index 8c6f598f7a..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, @@ -85,29 +86,8 @@ void AGAApplyThemeBackground (ThemeBackgroundKind inKind, void AGAMoveControl( ControlHandle inControl , short x , short y ) ; void AGASizeControl( ControlHandle inControl , short x , short y ) ; -class AGAPortHelper -{ -public : - AGAPortHelper( GrafPtr newport) ; - AGAPortHelper() ; - void Setup( GrafPtr newport ) ; - void Clear() ; - bool IsCleared() { return clip == NULL ; } - GrafPtr GetCurrentPort() { return nport ; } - ~AGAPortHelper() ; +*/ -private : - GrafPtr nport ; - GrafPtr port ; - PenState oldPenState ; - RGBColor oldForeColor ; - RGBColor oldBackColor ; - RgnHandle clip ; - short font ; - short size ; - short style ; - short mode ; -} ; #endif \ No newline at end of file