diff options
Diffstat (limited to 'pugl/pugl_internal.h')
-rw-r--r-- | pugl/pugl_internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pugl/pugl_internal.h b/pugl/pugl_internal.h index 981c0fb..15e2f0a 100644 --- a/pugl/pugl_internal.h +++ b/pugl/pugl_internal.h @@ -24,7 +24,7 @@ #include "pugl.h" -typedef struct PuglPlatformDataImpl PuglPlatformData; +typedef struct PuglInternalsImpl PuglInternals; struct PuglViewImpl { PuglHandle handle; @@ -37,7 +37,7 @@ struct PuglViewImpl { PuglScrollFunc scrollFunc; PuglSpecialFunc specialFunc; - PuglPlatformData* impl; + PuglInternals* impl; int width; int height; |