diff options
Diffstat (limited to 'src/common.c')
-rw-r--r-- | src/common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.c b/src/common.c index 46b2f3d..a313eff 100644 --- a/src/common.c +++ b/src/common.c @@ -127,6 +127,7 @@ puglSetDefaultHints(PuglHints hints) hints[PUGL_IGNORE_KEY_REPEAT] = PUGL_FALSE; hints[PUGL_REFRESH_RATE] = PUGL_DONT_CARE; hints[PUGL_VIEW_TYPE] = PUGL_DONT_CARE; + hints[PUGL_ACCEPT_DROP] = PUGL_DONT_CARE; } PuglView* |