diff options
Diffstat (limited to 'include/System')
| -rw-r--r-- | include/System/X11+Fwd.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/System/X11+Fwd.h b/include/System/X11+Fwd.h index d8f82cb..4de1193 100644 --- a/include/System/X11+Fwd.h +++ b/include/System/X11+Fwd.h @@ -8,8 +8,8 @@ /// @brief This file forward declares X11 types. -typedef uint32_t WINDOW; -typedef uint32_t CURSOR; -typedef uint32_t FONT; +typedef SInt32 WINDOW; +typedef SInt32 CURSOR; +typedef SInt32 FONT; |
