Ecore: Fix formatting.

SVN revision: 62490
This commit is contained in:
Christopher Michael 2011-08-15 20:18:16 +00:00
parent 76acd92058
commit 9c41e1fe91
1 changed files with 7 additions and 7 deletions

View File

@ -649,13 +649,13 @@ struct _Ecore_X_Event_Selection_Notify
struct _Ecore_X_Selection_Data
{
enum
{
ECORE_X_SELECTION_CONTENT_NONE,
ECORE_X_SELECTION_CONTENT_TEXT,
ECORE_X_SELECTION_CONTENT_FILES,
ECORE_X_SELECTION_CONTENT_TARGETS,
ECORE_X_SELECTION_CONTENT_CUSTOM
} content;
{
ECORE_X_SELECTION_CONTENT_NONE,
ECORE_X_SELECTION_CONTENT_TEXT,
ECORE_X_SELECTION_CONTENT_FILES,
ECORE_X_SELECTION_CONTENT_TARGETS,
ECORE_X_SELECTION_CONTENT_CUSTOM
} content;
unsigned char *data;
int length;
int format;