Removing declarations which are public
[ITKit.git] / ITCoreGraphicsHacks.h
index a6ac460..3f51306 100755 (executable)
@@ -43,5 +43,7 @@ extern void        CGStyleRelease(CGStyleRef style);
 extern CGStyleRef  CGStyleCreateShadow(const CGShadowStyle *shadow);
 extern CGSValueObj CGSCreateCString(const char *string);
 extern CGSValueObj CGSCreateBoolean(CGSBoolean boolean);
-extern CGError     CGSSetWindowProperty(const CGSConnectionID cid,
-                                        CGSWindowID wid, const CGSValueObj key, const CGSValueObj value);
+extern CGError     CGSSetWindowProperty(const CGSConnectionID cid, CGSWindowID wid, const CGSValueObj key, const CGSValueObj value);
+                                        
+extern CGError CGSSetWindowWarp(const CGSConnectionID cid, CGSWindowID wid, int w,int h, float *mesh);
+extern CGError CGSSetWindowTransform(const CGSConnectionID cid, CGSWindowID wid, CGAffineTransform transform);