From 931c70630f9d87ab371dad830c6b2cb94a2b882d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 25 Oct 2015 20:21:06 +0000 Subject: Comments --- src/narrative_window.c | 1 + src/sc_editor.c | 1 - src/sc_interp.c | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/narrative_window.c b/src/narrative_window.c index fd3112c..93e8d8f 100644 --- a/src/narrative_window.c +++ b/src/narrative_window.c @@ -425,6 +425,7 @@ static cairo_surface_t *render_thumbnail(int w, int h, void *bvp, void *vp) scblocks = sc_block_child(scblocks); stylesheets[0] = p->stylesheet; stylesheets[1] = NULL; + /* FIXME: Cache like crazy here */ surf = render_sc(scblocks, w, h, 1024.0, 768.0, stylesheets, NULL, p->is, ISZ_THUMBNAIL, 0, &top); frame_free(top); diff --git a/src/sc_editor.c b/src/sc_editor.c index 05f74f8..7786bc8 100644 --- a/src/sc_editor.c +++ b/src/sc_editor.c @@ -78,7 +78,6 @@ static void set_vertical_params(SCEditor *e) if ( e->vadj == NULL ) return; gtk_adjustment_configure(e->vadj, e->scroll_pos, 0, e->h, 100, e->visible_height, e->visible_height); - printf("set scrollbar for height %i, ac %i\n", e->visible_height, e->h); } diff --git a/src/sc_interp.c b/src/sc_interp.c index 500bb94..4138a7a 100644 --- a/src/sc_interp.c +++ b/src/sc_interp.c @@ -1,7 +1,7 @@ /* * sc_interp.c * - * Copyright © 2014 Thomas White + * Copyright © 2014-2015 Thomas White * * This file is part of Colloquium. * -- cgit v1.2.3