projects
/
projects
/
chimara
/
chimara.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
007d80f
)
Turn on window border in Glulxercise
author
P. F. Chimento
<philip.chimento@gmail.com>
Wed, 20 Apr 2011 15:48:21 +0000
(17:48 +0200)
committer
P. F. Chimento
<philip.chimento@gmail.com>
Wed, 20 Apr 2011 15:48:21 +0000
(17:48 +0200)
To test the window border hints, window borders should be turned on
in Glulxercise.
tests/glulxercise.c
patch
|
blob
|
history
diff --git
a/tests/glulxercise.c
b/tests/glulxercise.c
index fb7c879157f394265970cf2fc292f7bfe6ead63d..54113a4305afab31db8659a81032b480cef8fa6b 100644
(file)
--- a/
tests/glulxercise.c
+++ b/
tests/glulxercise.c
@@
-97,6
+97,7
@@
main(int argc, char *argv[])
gtk_box_pack_end_defaults(GTK_BOX(vbox), w->interp);
chimara_glk_set_css_from_string(CHIMARA_GLK(w->interp),
"buffer { font-size: 12; } buffer.input { color: #00a; font-style: italic; }");
+ chimara_glk_set_spacing(CHIMARA_GLK(w->interp), 1);
gtk_builder_connect_signals(builder, w);
g_signal_connect(w->interp, "started", G_CALLBACK(on_interp_started), w);
g_signal_connect(w->interp, "stopped", G_CALLBACK(on_interp_stopped), w);