First step for a GTK version
authorArun Persaud <arun@nubati.net>
Sun, 26 Jul 2009 20:56:08 +0000 (13:56 -0700)
committerArun Persaud <arun@nubati.net>
Sun, 26 Jul 2009 20:56:08 +0000 (13:56 -0700)
commit0acc60a8a75b095c69fbf9b8df8db37a4d522a6e
treeda4af4186fa41fafe5940a003dc8c950907e6c91
parent83767299c5563aaaf92b15e29b60b1ba59d6e7dc
First step for a GTK version

this version doesn't do much, apart from an "quit" button that seems to work.
Lots of things need to be still changed:
* there is still a lot of calls to X... function in the code
* lots of printf("Debug...") (used those instead of a debugger)
* some X-code has just been commented out, but has not been replaced with the GTK code
...

guess the list is long at the moment ;)
Makefile.am
backend.c
callback.c [new file with mode: 0644]
callback.h [new file with mode: 0644]
gtk-interface.xml [new file with mode: 0644]
interface.c [new file with mode: 0644]
interface.h [new file with mode: 0644]
xboard.c