Initial rewrite of the monitor object.
authorChristopher Michael <cp.michael@samsung.com>
Tue, 19 Feb 2013 10:55:07 +0000 (10:55 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Tue, 19 Feb 2013 10:55:07 +0000 (10:55 +0000)
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 84117

src/modules/conf_randr/e_smart_monitor.c [new file with mode: 0644]
src/modules/conf_randr/e_smart_monitor.h [new file with mode: 0644]

diff --git a/src/modules/conf_randr/e_smart_monitor.c b/src/modules/conf_randr/e_smart_monitor.c
new file mode 100644 (file)
index 0000000..222f711
--- /dev/null
@@ -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 (file)
index 0000000..615a3f1
--- /dev/null
@@ -0,0 +1,7 @@
+#ifdef E_TYPEDEFS
+#else
+# ifndef E_SMART_MONITOR_H
+#  define E_SMART_MONITOR_H
+
+# endif
+#endif