From e3b2f305b98747c84fd87eb97e3fa8516acecbfb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 3 Aug 2019 16:14:54 +0200 Subject: Simplify hints implementation --- pugl/pugl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pugl/pugl.h') diff --git a/pugl/pugl.h b/pugl/pugl.h index d04f1aa..f352766 100644 --- a/pugl/pugl.h +++ b/pugl/pugl.h @@ -110,6 +110,8 @@ typedef enum { PUGL_DOUBLE_BUFFER, /**< True if double buffering should be used */ PUGL_RESIZABLE, /**< True if window should be resizable */ PUGL_IGNORE_KEY_REPEAT, /**< True if key repeat events are ignored */ + + PUGL_NUM_WINDOW_HINTS } PuglWindowHint; /** -- cgit v1.2.1