From 671f459fbc8a46873acf4286496b7ae26582082a Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 19 Feb 2013 10:55:07 +0000 Subject: [PATCH] Backport: 4dfda15 :: Initial rewrite of the monitor object. Signed-off-by: Christopher Michael SVN revision: 84117 Signed-off-by: Deon Thomas --- src/modules/conf_randr/e_smart_monitor.c | 3 +++ src/modules/conf_randr/e_smart_monitor.h | 7 +++++++ 2 files changed, 10 insertions(+) create mode 100644 src/modules/conf_randr/e_smart_monitor.c create mode 100644 src/modules/conf_randr/e_smart_monitor.h diff --git a/src/modules/conf_randr/e_smart_monitor.c b/src/modules/conf_randr/e_smart_monitor.c new file mode 100644 index 000000000..222f7117a --- /dev/null +++ b/src/modules/conf_randr/e_smart_monitor.c @@ -0,0 +1,3 @@ +#include "e.h" +#include "e_mod_main.h" +#include "e_smart_monitor.h" diff --git a/src/modules/conf_randr/e_smart_monitor.h b/src/modules/conf_randr/e_smart_monitor.h new file mode 100644 index 000000000..615a3f198 --- /dev/null +++ b/src/modules/conf_randr/e_smart_monitor.h @@ -0,0 +1,7 @@ +#ifdef E_TYPEDEFS +#else +# ifndef E_SMART_MONITOR_H +# define E_SMART_MONITOR_H + +# endif +#endif