Add header file for RandR dialog.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 81073
This commit is contained in:
Christopher Michael 2012-12-17 09:19:07 +00:00 committed by Christopher Michael
parent da45a71d87
commit c5d7fb5a2e
1 changed files with 9 additions and 0 deletions

View File

@ -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