* Added initial support for styles! (no style hints as of yet though)
authorrodin <rodin@ddfedd41-794f-dd11-ae45-00112f111e67>
Fri, 22 May 2009 20:09:30 +0000 (20:09 +0000)
committerrodin <rodin@ddfedd41-794f-dd11-ae45-00112f111e67>
Fri, 22 May 2009 20:09:30 +0000 (20:09 +0000)
commita7665032bcdacab5d3441eb9d03cfe6b0c0c4923
treedd33d948b8059cd4067f8b0133108a2fba9a54db
parentb1f1dc50b22b30c4d7176e1ff7c0805e80fe0724
 * 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
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