From f8db5fb50da5b50506f268b0141c39e18f6bc2cf Mon Sep 17 00:00:00 2001 From: thomasg Date: Fri, 30 Mar 2012 10:39:40 +0000 Subject: [PATCH] From: thomasg Subject: Re: [E-devel] [PATCH] e_randr: fix compiler warning SVN revision: 69794 --- src/bin/e_randr_private.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/bin/e_randr_private.h b/src/bin/e_randr_private.h index cada26aa2..02c7abce8 100644 --- a/src/bin/e_randr_private.h +++ b/src/bin/e_randr_private.h @@ -22,6 +22,9 @@ #define E_RANDR_12_NO_MODES (E_RANDR_12_NO || !e_randr_screen_info.rrvd_info.randr_info_12->modes) #define E_RANDR_12_NO_MODE(mode) (E_RANDR_12_NO || !e_randr_screen_info.rrvd_info.randr_info_12->modes || (mode == Ecore_X_Randr_None)) +// Generic +Eina_Bool _try_restore_configuration(void); + // RandRR == 1.1 E_Randr_Screen_Info_11 *_11_screen_info_new(void); void _11_screen_info_free(E_Randr_Screen_Info_11 *screen_info_11);