From b632a972731fca86d99f6ed30d7d12358387e60f Mon Sep 17 00:00:00 2001 From: iovar Date: Sun, 8 Jul 2007 15:22:42 +0000 Subject: 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 --- recordmydesktop/include/rmdtypes.h | 4 ++-- 1 file 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; -- cgit v1.2.1