summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2007-07-08 15:22:42 +0000
committeriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2007-07-08 15:22:42 +0000
commitb632a972731fca86d99f6ed30d7d12358387e60f (patch)
tree6c73b37f9030b80ca974f872c16a3a0990bcacb7
parent85655f6c409cfbadbf96b652af1dca571ef9d9bf (diff)
rmdtypes.h: uint to unsigned int for a couple of variables
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@366 f606c939-3180-4ac9-a4b8-4b8779d57d0a
-rw-r--r--recordmydesktop/include/rmdtypes.h4
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;
© All Rights Reserved