// Author: Stefan Csomor
// Modified by:
// Created: 03/02/99
-// RCS-ID: $Id:
+// RCS-ID: $Id:
// Copyright: (c) Stefan Csomor
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
bool UMAHasWindowManager() ;
long UMAGetWindowManagerAttr() ;
bool UMAHasAquaLayout() ;
+
bool UMASystemIsInitialized() ;
+void UMASetSystemIsInitialized(bool val);
// process manager
long UMAGetProcessMode() ;
bool UMAGetProcessModeDoesActivateOnFGSwitch() ;
+#if wxUSE_GUI
+
// menu manager
MenuRef UMANewMenu( SInt16 id , const wxString& title ) ;
void UMAShowWatchCursor() ;
void UMAShowArrowCursor() ;
-OSStatus UMAPrOpen(void *macPrintSession) ;
-OSStatus UMAPrClose(void *macPrintSession) ;
+#if !TARGET_CARBON
+OSStatus UMAPrOpen() ;
+OSStatus UMAPrClose() ;
+#endif
// window manager
// calls not in carbon
#endif
-#define GetWindowUpdateRgn( inWindow , updateRgn ) GetWindowRegion( inWindow , kWindowUpdateRgn, updateRgn )
+#define GetWindowUpdateRgn( inWindow , updateRgn ) GetWindowRegion( inWindow , kWindowUpdateRgn, updateRgn )
+
+#endif // wxUSE_GUI
#endif