Browse Source

Push a backwards compat typedef into upstream pugl

Signed-off-by: falkTX <falktx@falktx.com>
pull/309/head
falkTX 4 years ago
parent
commit
b6d8c3acff
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 1 additions and 2 deletions
  1. +1
    -1
      dgl/src/pugl-upstream
  2. +0
    -1
      dgl/src/pugl.cpp

+ 1
- 1
dgl/src/pugl-upstream

@@ -1 +1 @@
Subproject commit 49b2a0e1f40dded1c43841b87ac0f8a4837ed517
Subproject commit 4e2888aaafa315936941eccc38dab695beacaa0d

+ 0
- 1
dgl/src/pugl.cpp View File

@@ -113,7 +113,6 @@ START_NAMESPACE_DGL
# endif
# ifndef __MAC_10_9
# define NSModalResponseOK NSOKButton
typedef NSUInteger NSEventSubtype;
# endif
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Wdeprecated-declarations"


Loading…
Cancel
Save