From d940b58648e8235ef8e9d6d29c593eaa85fac27d Mon Sep 17 00:00:00 2001 From: enselic Date: Sun, 11 Jan 2009 10:27:57 +0000 Subject: 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 --- recordmydesktop/src/rmd_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3