From: Christopher Michael Date: Tue, 19 Feb 2013 10:55:07 +0000 (+0000) Subject: Initial rewrite of the monitor object. X-Git-Tag: submit/efl/20131021.015651~1191 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4dfda15a8dd65f5ffae80dafa9ed0987731c1054;p=platform%2Fupstream%2Fenlightenment.git Initial rewrite of the monitor object. Signed-off-by: Christopher Michael SVN revision: 84117 --- 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 0000000..222f711 --- /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 0000000..615a3f1 --- /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