summaryrefslogtreecommitdiff
path: root/recordmydesktop/src/recordmydesktop.c
diff options
context:
space:
mode:
Diffstat (limited to 'recordmydesktop/src/recordmydesktop.c')
-rw-r--r--recordmydesktop/src/recordmydesktop.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/recordmydesktop/src/recordmydesktop.c b/recordmydesktop/src/recordmydesktop.c
index 53f776b..622a75e 100644
--- a/recordmydesktop/src/recordmydesktop.c
+++ b/recordmydesktop/src/recordmydesktop.c
@@ -24,10 +24,17 @@
* For further information contact me at johnvarouhakis@gmail.com *
******************************************************************************/
-
#include "recordmydesktop.h"
#include "initialize_data.h"
+#include "rmd_error.h"
#include "parseargs.h"
+#include "setbrwindow.h"
+#include "wm_check.h"
+#include "queryextensions.h"
+#include "shortcuts.h"
+#include "rmdthreads.h"
+#include "rmd_cache.h"
+#include "encode_cache.h"
int main(int argc,char **argv){
© All Rights Reserved