diff options
author | biocrasher <biocrasher@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-07-14 20:30:20 +0000 |
---|---|---|
committer | biocrasher <biocrasher@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-07-14 20:30:20 +0000 |
commit | fd5ee889990f141465597f4e5f719c94ea2bad36 (patch) | |
tree | be6035f77ab83e532a4c813cc63112c5aff5da41 | |
parent | 221e7f94f8cef8e0e758406b700741456ea1cb97 (diff) |
default args mistake corrected
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@11 f606c939-3180-4ac9-a4b8-4b8779d57d0a
-rw-r--r-- | recordmydesktop/include/recordmydesktop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recordmydesktop/include/recordmydesktop.h b/recordmydesktop/include/recordmydesktop.h index d274fdc..2e8a113 100644 --- a/recordmydesktop/include/recordmydesktop.h +++ b/recordmydesktop/include/recordmydesktop.h @@ -263,7 +263,7 @@ int avd; (args)->windowid=(args)->x=(args)->y\ =(args)->width=(args)->height=(args)->quietmode\ =(args)->nosound=(args)->scshot=(args)->full_shots=0;\ - (args)->noshared=(args)->scale_shot=0;\ + (args)->noshared=(args)->scale_shot=1;\ (args)->dropframes=0;\ (args)->filename=(char *)malloc(8);\ strcpy((args)->filename,"out.ogg");\ |