From a983550a464d14ec2a79fa93021b2f02b64d20fa Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 27 Jan 2014 16:48:52 +0000 Subject: Strict prototypes. --- pugl/pugl_win.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pugl/pugl_win.cpp') diff --git a/pugl/pugl_win.cpp b/pugl/pugl_win.cpp index 8ed19d8..d72dc83 100644 --- a/pugl/pugl_win.cpp +++ b/pugl/pugl_win.cpp @@ -166,7 +166,7 @@ puglReshape(PuglView* view, int width, int height) view->height = height; } -void +static void puglDisplay(PuglView* view) { wglMakeCurrent(view->impl->hdc, view->impl->hglrc); -- cgit v1.2.1