Ecore: Fix formatting.

SVN revision: 62490
devs/devilhorns/wayland_egl
Christopher Michael 12 years ago
parent 76acd92058
commit 9c41e1fe91
  1. 14
      legacy/ecore/src/lib/ecore_x/Ecore_X.h

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

Loading…
Cancel
Save