diff options
author | enselic <enselic@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2008-09-13 14:41:31 +0000 |
---|---|---|
committer | enselic <enselic@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2008-09-13 14:41:31 +0000 |
commit | ba009b32fecf6f9651ab29bf7b980a972f0e2a1b (patch) | |
tree | 48088f95f4d9bea1a81fbff25955e392e668ccf1 /recordmydesktop/src/Makefile.am | |
parent | 5f218bbf324ff0f9b1d3442386647a73b6f75443 (diff) |
include/rmdfunc.h: Get rid of InitializeData().
include/rmdmacro.h: Get rid of the DEFAULT_ARGS() macro.
src/initialize_data.[ch]: Completely move InitializeData() here and
also put the new DEFAULT_ARGS() replacement, the SetupDefaultArgs()
function, here.
src/Makefile.am
src/rmd_rescue.c
src/recordmydesktop.c: Adapt.
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@534 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'recordmydesktop/src/Makefile.am')
-rw-r--r-- | recordmydesktop/src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recordmydesktop/src/Makefile.am b/recordmydesktop/src/Makefile.am index fff50e8..a939fe8 100644 --- a/recordmydesktop/src/Makefile.am +++ b/recordmydesktop/src/Makefile.am @@ -13,6 +13,7 @@ recordmydesktop_SOURCES = \ getzpixmap.c \ init_encoder.c \ initialize_data.c \ + initialize_data.h \ load_cache.c \ make_dummy_pointer.c \ opendev.c \ |