Index: /neercs/trunk/src/python/py_module.c
===================================================================
--- /neercs/trunk/src/python/py_module.c	(revision 4046)
+++ /neercs/trunk/src/python/py_module.c	(revision 4047)
@@ -83,5 +83,4 @@
         if (res)
         {
-
             /* Get object representation 
              * FIXME : find a way to check object's type */
Index: /neercs/trunk/XCode/XCode.xcodeproj/project.pbxproj
===================================================================
--- /neercs/trunk/XCode/XCode.xcodeproj/project.pbxproj	(revision 4047)
+++ /neercs/trunk/XCode/XCode.xcodeproj/project.pbxproj	(revision 4047)
@@ -0,0 +1,207 @@
+// !$*UTF8*$!
+{
+	archiveVersion = 1;
+	classes = {
+	};
+	objectVersion = 45;
+	objects = {
+
+/* Begin PBXFileReference section */
+		E6A767B510B44014008B6DEC /* client.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = client.c; path = ../src/client.c; sourceTree = SOURCE_ROOT; };
+		E6A767B810B445AB008B6DEC /* neercs.1 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.man; name = neercs.1; path = ../doc/neercs.1; sourceTree = SOURCE_ROOT; };
+		E6A7680110B55B49008B6DEC /* configure.ac */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = configure.ac; path = ../configure.ac; sourceTree = SOURCE_ROOT; };
+		E6A7683810B58070008B6DEC /* TODO */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = TODO; path = ../TODO; sourceTree = SOURCE_ROOT; };
+		E6A768BF10B6C031008B6DEC /* screen_list.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = screen_list.c; path = ../src/screen_list.c; sourceTree = SOURCE_ROOT; };
+		E6A769E110B95A24008B6DEC /* configure */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; name = configure; path = ../configure; sourceTree = SOURCE_ROOT; };
+		E6A769FF10B95D74008B6DEC /* config.log */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = config.log; path = ../config.log; sourceTree = SOURCE_ROOT; };
+		E6A76A3D10B97B65008B6DEC /* help.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = help.c; path = ../src/help.c; sourceTree = SOURCE_ROOT; };
+		E6BC2F7D10BD8C9100CED875 /* interpreter.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = interpreter.c; path = ../src/python/interpreter.c; sourceTree = SOURCE_ROOT; };
+		E6BC2F7E10BD8C9100CED875 /* py_module.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = py_module.c; path = ../src/python/py_module.c; sourceTree = SOURCE_ROOT; };
+		E6BC2F7F10BD8C9100CED875 /* py_module.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = py_module.h; path = ../src/python/py_module.h; sourceTree = SOURCE_ROOT; };
+		E6DB671810B19E2200B6F924 /* attach.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = attach.c; path = ../src/attach.c; sourceTree = SOURCE_ROOT; };
+		E6DB671910B19E2200B6F924 /* configuration.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = configuration.c; path = ../src/configuration.c; sourceTree = SOURCE_ROOT; };
+		E6DB671A10B19E2200B6F924 /* effects.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = effects.c; path = ../src/effects.c; sourceTree = SOURCE_ROOT; };
+		E6DB671B10B19E2200B6F924 /* grab.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = grab.c; path = ../src/grab.c; sourceTree = SOURCE_ROOT; };
+		E6DB671C10B19E2200B6F924 /* input.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = input.c; path = ../src/input.c; sourceTree = SOURCE_ROOT; };
+		E6DB671D10B19E2200B6F924 /* lock.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lock.c; path = ../src/lock.c; sourceTree = SOURCE_ROOT; };
+		E6DB671E10B19E2200B6F924 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = main.c; path = ../src/main.c; sourceTree = SOURCE_ROOT; };
+		E6DB671F10B19E2200B6F924 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = Makefile.am; path = ../src/Makefile.am; sourceTree = SOURCE_ROOT; };
+		E6DB672010B19E2200B6F924 /* mygetopt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = mygetopt.c; path = ../src/mygetopt.c; sourceTree = SOURCE_ROOT; };
+		E6DB672110B19E2200B6F924 /* mygetopt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mygetopt.h; path = ../src/mygetopt.h; sourceTree = SOURCE_ROOT; };
+		E6DB672210B19E2200B6F924 /* mytrace.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = mytrace.c; path = ../src/mytrace.c; sourceTree = SOURCE_ROOT; };
+		E6DB672310B19E2200B6F924 /* mytrace.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mytrace.h; path = ../src/mytrace.h; sourceTree = SOURCE_ROOT; };
+		E6DB672410B19E2200B6F924 /* neercs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = neercs.h; path = ../src/neercs.h; sourceTree = SOURCE_ROOT; };
+		E6DB672510B19E2200B6F924 /* neercsrc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = neercsrc; path = ../src/neercsrc; sourceTree = SOURCE_ROOT; };
+		E6DB672610B19E2200B6F924 /* recurrent.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = recurrent.c; path = ../src/recurrent.c; sourceTree = SOURCE_ROOT; };
+		E6DB672710B19E2200B6F924 /* screens.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = screens.c; path = ../src/screens.c; sourceTree = SOURCE_ROOT; };
+		E6DB672810B19E2200B6F924 /* screensaver.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = screensaver.c; path = ../src/screensaver.c; sourceTree = SOURCE_ROOT; };
+		E6DB672910B19E2200B6F924 /* server.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = server.c; path = ../src/server.c; sourceTree = SOURCE_ROOT; };
+		E6DB672A10B19E2200B6F924 /* term.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = term.c; path = ../src/term.c; sourceTree = SOURCE_ROOT; };
+		E6DB672B10B19E2200B6F924 /* wm.c */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.c; name = wm.c; path = ../src/wm.c; sourceTree = SOURCE_ROOT; tabWidth = 4; usesTabs = 0; };
+		E6DB675110B2AAE300B6F924 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = config.h; path = ../config.h; sourceTree = SOURCE_ROOT; };
+/* End PBXFileReference section */
+
+/* Begin PBXGroup section */
+		08FB7794FE84155DC02AAC07 /* XCode */ = {
+			isa = PBXGroup;
+			children = (
+				E6A769FF10B95D74008B6DEC /* config.log */,
+				E6A769E110B95A24008B6DEC /* configure */,
+				E6A7683810B58070008B6DEC /* TODO */,
+				E6A7680110B55B49008B6DEC /* configure.ac */,
+				E6A767B810B445AB008B6DEC /* neercs.1 */,
+				E6DB671510B19E0A00B6F924 /* src */,
+			);
+			name = XCode;
+			sourceTree = "<group>";
+		};
+		E6BC2F7C10BD8C8200CED875 /* python */ = {
+			isa = PBXGroup;
+			children = (
+				E6BC2F7F10BD8C9100CED875 /* py_module.h */,
+				E6BC2F7E10BD8C9100CED875 /* py_module.c */,
+				E6BC2F7D10BD8C9100CED875 /* interpreter.c */,
+			);
+			name = python;
+			sourceTree = "<group>";
+		};
+		E6DB671510B19E0A00B6F924 /* src */ = {
+			isa = PBXGroup;
+			children = (
+				E6BC2F7C10BD8C8200CED875 /* python */,
+				E6DB675110B2AAE300B6F924 /* config.h */,
+				E6DB672410B19E2200B6F924 /* neercs.h */,
+				E6DB672110B19E2200B6F924 /* mygetopt.h */,
+				E6DB672310B19E2200B6F924 /* mytrace.h */,
+				E6DB671810B19E2200B6F924 /* attach.c */,
+				E6DB671910B19E2200B6F924 /* configuration.c */,
+				E6DB671A10B19E2200B6F924 /* effects.c */,
+				E6DB671B10B19E2200B6F924 /* grab.c */,
+				E6DB671C10B19E2200B6F924 /* input.c */,
+				E6DB671D10B19E2200B6F924 /* lock.c */,
+				E6DB671E10B19E2200B6F924 /* main.c */,
+				E6DB672010B19E2200B6F924 /* mygetopt.c */,
+				E6DB672210B19E2200B6F924 /* mytrace.c */,
+				E6DB672610B19E2200B6F924 /* recurrent.c */,
+				E6A768BF10B6C031008B6DEC /* screen_list.c */,
+				E6DB672710B19E2200B6F924 /* screens.c */,
+				E6DB672810B19E2200B6F924 /* screensaver.c */,
+				E6DB672910B19E2200B6F924 /* server.c */,
+				E6DB672A10B19E2200B6F924 /* term.c */,
+				E6DB672B10B19E2200B6F924 /* wm.c */,
+				E6A767B510B44014008B6DEC /* client.c */,
+				E6A76A3D10B97B65008B6DEC /* help.c */,
+				E6DB672510B19E2200B6F924 /* neercsrc */,
+				E6DB671F10B19E2200B6F924 /* Makefile.am */,
+			);
+			name = src;
+			sourceTree = "<group>";
+		};
+/* End PBXGroup section */
+
+/* Begin PBXLegacyTarget section */
+		D28A88AD04BDD90700651E21 /* XCode */ = {
+			isa = PBXLegacyTarget;
+			buildArgumentsString = "$(ACTION)";
+			buildConfigurationList = 1DEB918F08733D9F0010E9CD /* Build configuration list for PBXLegacyTarget "XCode" */;
+			buildPhases = (
+			);
+			buildToolPath = /usr/bin/make;
+			dependencies = (
+			);
+			name = XCode;
+			passBuildSettingsInEnvironment = 1;
+			productName = XCode;
+		};
+/* End PBXLegacyTarget section */
+
+/* Begin PBXProject section */
+		08FB7793FE84155DC02AAC07 /* Project object */ = {
+			isa = PBXProject;
+			buildConfigurationList = 1DEB919308733D9F0010E9CD /* Build configuration list for PBXProject "XCode" */;
+			compatibilityVersion = "Xcode 3.1";
+			hasScannedForEncodings = 1;
+			mainGroup = 08FB7794FE84155DC02AAC07 /* XCode */;
+			projectDirPath = "";
+			projectRoot = "";
+			targets = (
+				D28A88AD04BDD90700651E21 /* XCode */,
+			);
+		};
+/* End PBXProject section */
+
+/* Begin XCBuildConfiguration section */
+		1DEB919008733D9F0010E9CD /* Debug */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				COPY_PHASE_STRIP = NO;
+				DEBUGGING_SYMBOLS = YES;
+				GCC_DYNAMIC_NO_PIC = NO;
+				GCC_ENABLE_FIX_AND_CONTINUE = YES;
+				GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
+				GCC_OPTIMIZATION_LEVEL = 0;
+				OTHER_CFLAGS = "";
+				OTHER_LDFLAGS = "";
+				PRODUCT_NAME = XCode;
+			};
+			name = Debug;
+		};
+		1DEB919108733D9F0010E9CD /* Release */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				COPY_PHASE_STRIP = YES;
+				GCC_ENABLE_FIX_AND_CONTINUE = NO;
+				OTHER_CFLAGS = "";
+				OTHER_LDFLAGS = "";
+				PRODUCT_NAME = XCode;
+			};
+			name = Release;
+		};
+		1DEB919408733D9F0010E9CD /* Debug */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
+				GCC_WARN_ABOUT_RETURN_TYPE = YES;
+				GCC_WARN_UNUSED_VARIABLE = YES;
+				ONLY_ACTIVE_ARCH = YES;
+				PREBINDING = NO;
+				SDKROOT = macosx10.6;
+			};
+			name = Debug;
+		};
+		1DEB919508733D9F0010E9CD /* Release */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
+				GCC_WARN_ABOUT_RETURN_TYPE = YES;
+				GCC_WARN_UNUSED_VARIABLE = YES;
+				PREBINDING = NO;
+				SDKROOT = macosx10.6;
+			};
+			name = Release;
+		};
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+		1DEB918F08733D9F0010E9CD /* Build configuration list for PBXLegacyTarget "XCode" */ = {
+			isa = XCConfigurationList;
+			buildConfigurations = (
+				1DEB919008733D9F0010E9CD /* Debug */,
+				1DEB919108733D9F0010E9CD /* Release */,
+			);
+			defaultConfigurationIsVisible = 0;
+			defaultConfigurationName = Release;
+		};
+		1DEB919308733D9F0010E9CD /* Build configuration list for PBXProject "XCode" */ = {
+			isa = XCConfigurationList;
+			buildConfigurations = (
+				1DEB919408733D9F0010E9CD /* Debug */,
+				1DEB919508733D9F0010E9CD /* Release */,
+			);
+			defaultConfigurationIsVisible = 0;
+			defaultConfigurationName = Release;
+		};
+/* End XCConfigurationList section */
+	};
+	rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
+}
