void UMAShowWatchCursor() ;
void UMAShowArrowCursor() ;
+#if PM_USE_SESSION_APIS
+OSStatus UMAPrOpen(PMPrintSession *macPrintPort) ;
+OSStatus UMAPrClose(PMPrintSession *macPrintPort) ;
+#else
OSStatus UMAPrOpen() ;
OSStatus UMAPrClose() ;
+#endif
// window manager
#define GetQDGlobalsBlack( a ) (&((*a) = qd.black))
#define GetQDGlobalsScreenBits( a ) (*a) = qd.screenBits
#define GetQDGlobalsArrow( a ) (&((*a) = qd.arrow))
-#define GetControlBounds( c , b ) ((*b) = (**c).contrlRect )
+#define GetControlBounds( c , b ) &((*b) = (**c).contrlRect )
#define GetPortBitMapForCopyBits( p ) ((BitMap*) &(((CGrafPtr)p)->portPixMap ))
#endif