diff options
Diffstat (limited to 'recordmydesktop')
-rw-r--r-- | recordmydesktop/include/rmdtypes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recordmydesktop/include/rmdtypes.h b/recordmydesktop/include/rmdtypes.h index 2e63d29..2c8aac1 100644 --- a/recordmydesktop/include/rmdtypes.h +++ b/recordmydesktop/include/rmdtypes.h @@ -103,8 +103,8 @@ enum{ typedef struct _DisplaySpecs{ //this struct holds some basic information int screen; //about the display,needed mostly for - uint width; //validity checks at startup - uint height; + unsigned int width; //validity checks at startup + unsigned int height; Window root; Visual *visual; GC gc; |