summaryrefslogtreecommitdiff
path: root/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'window.h')
-rw-r--r--window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/window.h b/window.h
index 03f3589bd..9c9f29c74 100644
--- a/window.h
+++ b/window.h
@@ -632,7 +632,7 @@ Window *AllocateWindow(
Window *AllocateWindowDesc(const WindowDesc *desc);
Window *AllocateWindowDescFront(const WindowDesc *desc, int window_number);
-void DrawWindowViewport(Window *w);
+void DrawWindowViewport(const Window *w);
/**
* Sets the enabled/disabled status of a widget.