E_Randr: Fix static declaration.

SVN revision: 68217
This commit is contained in:
Christopher Michael 2012-02-21 12:33:06 +00:00
parent ba74a617ba
commit 0377e75f9a
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#define MODE_STR_LENGTH_MAX 100
const static char *_POLICIES_STRINGS[] = {"ABOVE", "RIGHT", "BELOW", "LEFT", "CLONE", "NONE"};
static const char *_POLICIES_STRINGS[] = {"ABOVE", "RIGHT", "BELOW", "LEFT", "CLONE", "NONE"};
static E_Randr_Serialized_Crtc *_serialized_crtc_new(E_Randr_Crtc_Info *crtc_info);
static inline int _sort_by_number_of_edids(const void *d1, const void *d2);