Author: ArcRiley
Date: 2008-02-11 00:46:45 -0500 (Mon, 11 Feb 2008)
New Revision: 851

Added:
   trunk/pysoy/include/Carbon.pxd
Removed:
   trunk/pysoy/src/_core-osx/Carbon.pxd
Log:
moving Carbon.pxd to include/


Copied: trunk/pysoy/include/Carbon.pxd (from rev 849, 
trunk/pysoy/src/_core-osx/Carbon.pxd)
===================================================================
--- trunk/pysoy/include/Carbon.pxd                              (rev 0)
+++ trunk/pysoy/include/Carbon.pxd      2008-02-11 05:46:45 UTC (rev 851)
@@ -0,0 +1,29 @@
+# PySoy Carbon Declarations for OSX
+#
+# Copyright (C) 2006,2007,2008 PySoy Group
+#
+#  This program is free software; you can redistribute it and/or modify
+#  it under the terms of the GNU General Public License as published by
+#  the Free Software Foundation; either version 3 of the License, or
+#  (at your option) any later version.
+#
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
+#  You should have received a copy of the GNU General Public License
+#  along with this program; if not, see http://www.gnu.org/licenses
+#
+# $Id$
+
+
+cdef extern from "Carbon/Carbon.h" :
+   OSStatus
+
+   cdef OSStatus CreateNewWindow (
+      WindowClass windowClass,
+      WindowAttributes attributes,
+      const Rect * contentBounds,
+      WindowRef * outWindow
+   )

Deleted: trunk/pysoy/src/_core-osx/Carbon.pxd
===================================================================
--- trunk/pysoy/src/_core-osx/Carbon.pxd        2008-02-11 05:45:01 UTC (rev 
850)
+++ trunk/pysoy/src/_core-osx/Carbon.pxd        2008-02-11 05:46:45 UTC (rev 
851)
@@ -1,29 +0,0 @@
-# PySoy Carbon Declarations for OSX
-#
-# Copyright (C) 2006,2007,2008 PySoy Group
-#
-#  This program is free software; you can redistribute it and/or modify
-#  it under the terms of the GNU General Public License as published by
-#  the Free Software Foundation; either version 3 of the License, or
-#  (at your option) any later version.
-#
-#  This program is distributed in the hope that it will be useful,
-#  but WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#  GNU General Public License for more details.
-#
-#  You should have received a copy of the GNU General Public License
-#  along with this program; if not, see http://www.gnu.org/licenses
-#
-# $Id$
-
-
-cdef extern from "Carbon/Carbon.h" :
-   OSStatus
-
-   cdef OSStatus CreateNewWindow (
-      WindowClass windowClass,
-      WindowAttributes attributes,
-      const Rect * contentBounds,
-      WindowRef * outWindow
-   )

_______________________________________________
PySoy-SVN mailing list
[email protected]
http://www.pysoy.org/mailman/listinfo/pysoy-svn

Reply via email to