diff options
Diffstat (limited to 'recordmydesktop/src')
-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) |