From: thomasg <thomas@gstaedtner.net>

Subject: Re: [E-devel] [PATCH] e_randr: fix compiler warning



SVN revision: 69794
This commit is contained in:
thomasg 2012-03-30 10:39:40 +00:00 committed by Carsten Haitzler
parent c8622031be
commit f8db5fb50d
1 changed files with 3 additions and 0 deletions

View File

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