Topic: Error compiling with gtk2
Hello, I have downloaded the source package and tried to compile it with GTK-version 2. There I get 2 errors:
widgets.c:99: error: ‘GDK_KEY_space’ undeclared (first use in this function)
widgets.c:101: error: ‘GDK_KEY_BackSpace’ undeclared (first use in this function)
Changing the names to the GDK_space and GDK_BackSpace solves the problem. The names GDK_KEY_space and GDK_KEY_BackSpace are only valid on GTK-version 3.
best regards and thanx for the prog
blackbeer