diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/XCB/randr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/XCB/randr.h b/include/XCB/randr.h index b4c101d9..175b9731 100644 --- a/include/XCB/randr.h +++ b/include/XCB/randr.h @@ -2,6 +2,6 @@ #define __RANDR_H typedef void * xcb_randr_provider_t; -typedef void * xcb_randr_crtc_t; +typedef uint32_t xcb_randr_crtc_t; #endif // __RANDR_H |
