diff --git a/src/bin/e_randr_12_ask_dialog.c b/src/bin/e_randr_12_ask_dialog.c index 0ebf29ab0..f5db7e3b0 100644 --- a/src/bin/e_randr_12_ask_dialog.c +++ b/src/bin/e_randr_12_ask_dialog.c @@ -7,7 +7,7 @@ static void _e_randr_ask_memorize_monitor_cb(void *data, E_Dialog *dia); static E_Randr_Output_Info *_ask_output_info = NULL; -EAPI void e_randr_12_ask_dialog_new(E_Randr_Output_Info *oi) +EINTERN void e_randr_12_ask_dialog_new(E_Randr_Output_Info *oi) { E_Dialog *dia = NULL; @@ -68,7 +68,7 @@ static void e_randr_12_memorize_monitor_dialog_new(void) static void _e_randr_ask_memorize_monitor_cb(void *data, E_Dialog *dia) { - Eina_Bool memorize = (Eina_Bool)data; + Eina_Bool memorize = (Eina_Bool)(int)data; const E_Randr_Configuration_Store_Modifier modifier = ( E_RANDR_CONFIGURATION_STORE_RESOLUTIONS | E_RANDR_CONFIGURATION_STORE_ARRANGEMENT