From e3c6f1c2f16f7c829bc7642ce6076a1178a1ae63 Mon Sep 17 00:00:00 2001 From: enselic Date: Tue, 16 Sep 2008 06:51:44 +0000 Subject: 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 --- recordmydesktop/src/rmd_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recordmydesktop/src') 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) -- cgit v1.2.1