aboutsummaryrefslogtreecommitdiff
path: root/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui.h b/ui.h
index 9061932..03857e4 100644
--- a/ui.h
+++ b/ui.h
@@ -80,6 +80,8 @@ struct UiWin {
void (*options_set)(UiWin*, enum UiOption);
enum UiOption (*options_get)(UiWin*);
bool (*syntax_style)(UiWin*, int id, const char *style);
+ int (*window_width)(UiWin*);
+ int (*window_height)(UiWin*);
};
#endif