diff options
author | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2007-08-07 05:08:56 +0000 |
---|---|---|
committer | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2007-08-07 05:08:56 +0000 |
commit | 8b862a82507e93b56abfb863d8ad357ff593bc75 (patch) | |
tree | 9978a8c443db30bed801105108bf8bb109f60478 | |
parent | 818777b319ceedf15ad5db42046b25f6c348c954 (diff) |
rmdtypes.h: added follow_mouse argument
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@401 f606c939-3180-4ac9-a4b8-4b8779d57d0a
-rw-r--r-- | recordmydesktop/include/rmdtypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recordmydesktop/include/rmdtypes.h b/recordmydesktop/include/rmdtypes.h index 2c8aac1..2f53449 100644 --- a/recordmydesktop/include/rmdtypes.h +++ b/recordmydesktop/include/rmdtypes.h @@ -159,6 +159,7 @@ typedef struct _ProgArgs{ int nowmcheck; //do not check if there's a 3d comp window manager //(which changes full-shots and with-shared to 1) int full_shots; //do not poll damage, take full screenshots + int follow_mouse; //capture area follows the mouse(fullshots auto enabled) int no_quick_subsample; //average pixels in chroma planes int v_bitrate,v_quality,s_quality; //video bitrate,video-sound quality int encOnTheFly; //encode while recording, no caching(default 0) |