testcase:
	To see the differences in time and context switches, change to the sub-directory testcase and run different make-directives:
		make build: build the sources
		make new: run timing on the new binary
		make old: run timing on the old binary

src:
	This folder contains the patch (in this case it is just the print_version-function in main.c of the xfwm4-sources) inside the main.c-file.

improvements:
	Reduction of g_print-calls
	Reduction of Involuntary context switches (40 -> 31)
	Better readability
	Inclusion of GString and GTK-Based functions to handle Strings
	Safe Memory Allocation / Freeing, which is not dependent on g_print any more
