diff options
Diffstat (limited to 'pugl/pugl.h')
-rw-r--r-- | pugl/pugl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pugl/pugl.h b/pugl/pugl.h index 3d80d6e..3e1926a 100644 --- a/pugl/pugl.h +++ b/pugl/pugl.h @@ -333,7 +333,6 @@ typedef struct { double y; ///< View-relative Y coordinate double width; ///< Width of exposed region double height; ///< Height of exposed region - int count; ///< Number of expose events to follow } PuglEventExpose; /** |