diff options
| author | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-11-03 07:13:24 +0000 | 
|---|---|---|
| committer | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-11-03 07:13:24 +0000 | 
| commit | 27bbb3232b48ca03312ae455b38f0aa1a1849000 (patch) | |
| tree | 625fd3c2c93392ad07ea0626d2b3d397a4338dbc /rMD-exp/include | |
| parent | a897a69ee03e5aeabbf3e9ecd3dca9a0b7596166 (diff) | |
utilized window manager check,
added option to disable checking,
renamed --nosound option to --no-sound
updated man page acoording to the above changes
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@139 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'rMD-exp/include')
| -rw-r--r-- | rMD-exp/include/recordmydesktop.h | 6 | 
1 files changed, 4 insertions, 2 deletions
diff --git a/rMD-exp/include/recordmydesktop.h b/rMD-exp/include/recordmydesktop.h index a84708d..5069bc1 100644 --- a/rMD-exp/include/recordmydesktop.h +++ b/rMD-exp/include/recordmydesktop.h @@ -138,7 +138,9 @@ typedef struct _ProgArgs{      char *device;       //default sound device(default according to alsa or oss)      int nosound;        //do not record sound(default 0)      int noshared;       //do not use shared memory extension(default 1) -    int nocondshared;   //de not use shared memory on large image aquititions +    int nocondshared;   //do not use shared memory on large image aquititions +    int nowmcheck;      //do not check if there's a 3d comp window manager +                        //(which changes full-shots and with-shared to 1)      int shared_thres;   //threshold to use shared memory      int full_shots;     //do not poll damage, take full screenshots      int no_quick_subsample;//average pixels in chroma planes @@ -384,7 +386,7 @@ int capture_busy,      (args)->windowid=(args)->x=(args)->y\      =(args)->width=(args)->height=(args)->quietmode\      =(args)->nosound=(args)->full_shots=(args)->encOnTheFly\ -    =(args)->zerocompression=0;\ +    =(args)->zerocompression=(args)->nowmcheck=0;\      (args)->noshared=1;\      (args)->dropframes=(args)->nocondshared=0;\      (args)->no_quick_subsample=1;\  | 
