summaryrefslogtreecommitdiff
path: root/pugl/pugl_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'pugl/pugl_internal.h')
-rw-r--r--pugl/pugl_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pugl/pugl_internal.h b/pugl/pugl_internal.h
index 8cdada8..88f59f2 100644
--- a/pugl/pugl_internal.h
+++ b/pugl/pugl_internal.h
@@ -24,6 +24,8 @@
#include "pugl.h"
+void puglDefaultReshape(PuglView* view, int width, int height);
+
typedef struct PuglInternalsImpl PuglInternals;
struct PuglViewImpl {