From c5d7fb5a2e1145d913173582a39ff01995052d8b Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Mon, 17 Dec 2012 09:19:07 +0000 Subject: [PATCH] Add header file for RandR dialog. Signed-off-by: Christopher Michael SVN revision: 81073 --- src/modules/conf_randr/e_int_config_randr.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/modules/conf_randr/e_int_config_randr.h diff --git a/src/modules/conf_randr/e_int_config_randr.h b/src/modules/conf_randr/e_int_config_randr.h new file mode 100644 index 000000000..f7760c8a3 --- /dev/null +++ b/src/modules/conf_randr/e_int_config_randr.h @@ -0,0 +1,9 @@ +#ifdef E_TYPEDEFS +#else +# ifndef E_INT_CONFIG_RANDR_H +# define E_INT_CONFIG_RANDR_H + +E_Config_Dialog *e_int_config_randr(E_Container *con, const char *params __UNUSED__); + +# endif +#endif