aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/win.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/win.h b/src/win.h
index 3f879c2..5c70e1e 100644
--- a/src/win.h
+++ b/src/win.h
@@ -36,10 +36,7 @@ puglWinGetPixelFormatDescriptor(const PuglHints hints);
PUGL_WARN_UNUSED_RESULT
PUGL_API
PuglStatus
-puglWinCreateWindow(PuglView* const view,
- const char* const title,
- HWND* const hwnd,
- HDC* const hdc);
+puglWinCreateWindow(PuglView* view, const char* title, HWND* hwnd, HDC* hdc);
PUGL_WARN_UNUSED_RESULT
PUGL_API