summaryrefslogtreecommitdiffstats
path: root/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'window.h')
-rw-r--r--window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/window.h b/window.h
index 01c377d..396c014 100644
--- a/window.h
+++ b/window.h
@@ -6,6 +6,8 @@
GtkWidget* createMainWindow();
+void updateSidebar();
+
void zoomIn(double factor, double x, double y);
void zoomOut(double factor, double x, double y);
void zoomInCentered(double factor);