diff options
author | enselic <enselic@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2008-09-16 06:51:44 +0000 |
---|---|---|
committer | enselic <enselic@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2008-09-16 06:51:44 +0000 |
commit | e3c6f1c2f16f7c829bc7642ce6076a1178a1ae63 (patch) | |
tree | 3062123184263709fd152d852907fa3fb3ba222f | |
parent | bbf369b9e52d718ce335c60aa457bee86b40503d (diff) |
src/rmd_types.h: Update comment, the DEFAULTS_ARGS() macro is replaced
with the SetupDefaultArgs() function.
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@550 f606c939-3180-4ac9-a4b8-4b8779d57d0a
-rw-r--r-- | recordmydesktop/src/rmd_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recordmydesktop/src/rmd_types.h b/recordmydesktop/src/rmd_types.h index 89271b8..4cd9548 100644 --- a/recordmydesktop/src/rmd_types.h +++ b/recordmydesktop/src/rmd_types.h @@ -108,7 +108,7 @@ typedef struct _BRWindow{ //'basic recorded window' specs }BRWindow; //defaults in the following comment lines may be out of sync with reality -//check DEFAULT_ARGS macro further bellow +//check the SetupDefaultArgs() function further bellow typedef struct _ProgArgs{ int delay; //start up delay Window windowid; //window to record(default root) |