* Added initial support for styles! (no style hints as of yet though)
authorMarijn van Vliet <marijn.vanvliet@med.kuleuven.be>
Fri, 22 May 2009 20:09:30 +0000 (20:09 +0000)
committerMarijn van Vliet <marijn.vanvliet@med.kuleuven.be>
Fri, 22 May 2009 20:09:30 +0000 (20:09 +0000)
commit5a06246277a255fe6e0e465ce0f190541b7b0e16
treedd33d948b8059cd4067f8b0133108a2fba9a54db
parentc98ccb87aa2581cbcd0458682727274b6e9a8cf7
 * Added initial support for styles! (no style hints as of yet though)
 * Added glkstart.c, a dummy file to help us implement the unixstart functionality

git-svn-id: http://lassie.dyndns-server.com/svn/gargoyle-gtk@72 ddfedd41-794f-dd11-ae45-00112f111e67
12 files changed:
src/Makefile.am
src/chimara-glk-private.h
src/chimara-glk.c
src/glkstart.c [new file with mode: 0644]
src/main.c
src/stream.c
src/stream.h
src/strio.c
src/style.c
src/style.h [new file with mode: 0644]
src/window.c
src/window.h