diff options
author | Thomas White <taw@bitwiz.org.uk> | 2015-08-16 17:50:07 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2015-08-16 17:50:07 +0200 |
commit | 4534e5af52a226327590b3c19a010a460212427a (patch) | |
tree | c4749cd036cdf0e1fb7d2139836b6934b5d2c239 /src/sc_editor.h | |
parent | a54c8fae031aa34b6286e8f08fc4861681d24200 (diff) |
Remove sc_block_frame() crap
Diffstat (limited to 'src/sc_editor.h')
-rw-r--r-- | src/sc_editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sc_editor.h b/src/sc_editor.h index 203910a..b9f1c19 100644 --- a/src/sc_editor.h +++ b/src/sc_editor.h @@ -96,6 +96,7 @@ struct _sceditor SCBlock **stylesheets; ImageStore *is; SCCallbackList *cbl; + struct frame *top; /* Pointers to the frame currently being edited */ struct frame *selection; |