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