summaryrefslogtreecommitdiff
path: root/recordmydesktop
diff options
context:
space:
mode:
authorenselic <enselic@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2009-01-11 10:27:57 +0000
committerenselic <enselic@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2009-01-11 10:27:57 +0000
commitd940b58648e8235ef8e9d6d29c593eaa85fac27d (patch)
tree6209172ad17c08b9b2418841a62c359471fb655d /recordmydesktop
parentd98ab1feca39233ea47753dff292f98b717f17f2 (diff)
src/rmd_types.h: Make ProgArgs::width,height signed as that is what
they are parsed as. git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@591 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'recordmydesktop')
-rw-r--r--recordmydesktop/src/rmd_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/recordmydesktop/src/rmd_types.h b/recordmydesktop/src/rmd_types.h
index 629f43d..e0fe1a1 100644
--- a/recordmydesktop/src/rmd_types.h
+++ b/recordmydesktop/src/rmd_types.h
@@ -116,7 +116,7 @@ typedef struct _ProgArgs{
Window windowid; //window to record(default root)
char *display; //display to connect(default :0)
int x,y; //x,y offset(default 0,0)
- unsigned int width,height; //defaults to window width and height
+ int width,height; //defaults to window width and height
char *filename; //output file(default out.[ogg|*])
int cursor_color; //black or white=>1 or 0
int have_dummy_cursor; //disable/enable drawing of the dummy cursor
© All Rights Reserved