aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-14 20:00:55 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-14 20:00:55 -0400
commit26bb67001a1fec463d8f5f92d173a42a5cd45b0a (patch)
tree5431aafc3f56db6b04cfd0333c431b9db316e3e3
parent58dc823d786d92c64916ef5eaf8be395717e5a7c (diff)
downloadrunes-26bb67001a1fec463d8f5f92d173a42a5cd45b0a.tar.gz
runes-26bb67001a1fec463d8f5f92d173a42a5cd45b0a.zip
make sure to initialize this
-rw-r--r--display.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/display.c b/display.c
index 7cd502d..82ecd30 100644
--- a/display.c
+++ b/display.c
@@ -14,6 +14,7 @@ void runes_display_init(RunesTerm *t)
t->cr = NULL;
t->alternate_cr = NULL;
+ t->alternate = 0;
t->colors[0] = cairo_pattern_create_rgb(0.0, 0.0, 0.0);
t->colors[1] = cairo_pattern_create_rgb(1.0, 0.0, 0.0);