aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2015-11-02 09:33:44 +0100
committerThomas White <taw@bitwiz.org.uk>2015-11-02 09:33:44 +0100
commit4f2a324e715ea835b6be56579d8f8380a9e7370d (patch)
tree62b0f29e53549a44b4a9042499e17334433525af /src/sc_editor.h
parent77bdbbbf906dd23045337a8b0ccb79a239188c7f (diff)
Add horizontal scrolling
Diffstat (limited to 'src/sc_editor.h')
-rw-r--r--src/sc_editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sc_editor.h b/src/sc_editor.h
index f11a842..acbf9cf 100644
--- a/src/sc_editor.h
+++ b/src/sc_editor.h
@@ -103,7 +103,9 @@ struct _sceditor
GtkAdjustment *hadj;
GtkAdjustment *vadj;
double scroll_pos;
+ double h_scroll_pos;
int visible_height;
+ int visible_width;
int flow;
/* Pointers to the frame currently being edited */