aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ecore/src/lib/ecore_x/Ecore_X_Atoms.h
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ecore/src/lib/ecore_x/Ecore_X_Atoms.h')
-rw-r--r--libraries/ecore/src/lib/ecore_x/Ecore_X_Atoms.h269
1 files changed, 0 insertions, 269 deletions
diff --git a/libraries/ecore/src/lib/ecore_x/Ecore_X_Atoms.h b/libraries/ecore/src/lib/ecore_x/Ecore_X_Atoms.h
deleted file mode 100644
index 1341716..0000000
--- a/libraries/ecore/src/lib/ecore_x/Ecore_X_Atoms.h
+++ /dev/null
@@ -1,269 +0,0 @@
1#ifndef _ECORE_X_ATOMS_H
2#define _ECORE_X_ATOMS_H
3
4/**
5 * @file
6 * @brief Ecore X atoms
7 */
8
9/* generic atoms */
10EAPI extern Ecore_X_Atom ECORE_X_ATOM_ATOM;
11EAPI extern Ecore_X_Atom ECORE_X_ATOM_CARDINAL;
12EAPI extern Ecore_X_Atom ECORE_X_ATOM_COMPOUND_TEXT;
13EAPI extern Ecore_X_Atom ECORE_X_ATOM_FILE_NAME;
14EAPI extern Ecore_X_Atom ECORE_X_ATOM_STRING;
15EAPI extern Ecore_X_Atom ECORE_X_ATOM_TEXT;
16EAPI extern Ecore_X_Atom ECORE_X_ATOM_UTF8_STRING;
17EAPI extern Ecore_X_Atom ECORE_X_ATOM_WINDOW;
18EAPI extern Ecore_X_Atom ECORE_X_ATOM_PIXMAP;
19EAPI extern Ecore_X_Atom ECORE_X_ATOM_VISUALID;
20
21/* dnd atoms */
22EAPI extern Ecore_X_Atom ECORE_X_ATOM_SELECTION_XDND;
23EAPI extern Ecore_X_Atom ECORE_X_ATOM_SELECTION_PROP_XDND;
24EAPI extern Ecore_X_Atom ECORE_X_ATOM_XDND_AWARE;
25EAPI extern Ecore_X_Atom ECORE_X_ATOM_XDND_ENTER;
26EAPI extern Ecore_X_Atom ECORE_X_ATOM_XDND_TYPE_LIST;
27EAPI extern Ecore_X_Atom ECORE_X_ATOM_XDND_POSITION;
28EAPI extern Ecore_X_Atom ECORE_X_ATOM_XDND_ACTION_COPY;
29EAPI extern Ecore_X_Atom ECORE_X_ATOM_XDND_ACTION_MOVE;
30EAPI extern Ecore_X_Atom ECORE_X_ATOM_XDND_ACTION_PRIVATE;
31EAPI extern Ecore_X_Atom ECORE_X_ATOM_XDND_ACTION_ASK;
32EAPI extern Ecore_X_Atom ECORE_X_ATOM_XDND_ACTION_LIST;
33EAPI extern Ecore_X_Atom ECORE_X_ATOM_XDND_ACTION_LINK;
34EAPI extern Ecore_X_Atom ECORE_X_ATOM_XDND_ACTION_DESCRIPTION;
35EAPI extern Ecore_X_Atom ECORE_X_ATOM_XDND_PROXY;
36EAPI extern Ecore_X_Atom ECORE_X_ATOM_XDND_STATUS;
37EAPI extern Ecore_X_Atom ECORE_X_ATOM_XDND_LEAVE;
38EAPI extern Ecore_X_Atom ECORE_X_ATOM_XDND_DROP;
39EAPI extern Ecore_X_Atom ECORE_X_ATOM_XDND_FINISHED;
40
41/* dnd atoms that need to be exposed to the application interface */
42EAPI extern Ecore_X_Atom ECORE_X_DND_ACTION_COPY;
43EAPI extern Ecore_X_Atom ECORE_X_DND_ACTION_MOVE;
44EAPI extern Ecore_X_Atom ECORE_X_DND_ACTION_LINK;
45EAPI extern Ecore_X_Atom ECORE_X_DND_ACTION_ASK;
46EAPI extern Ecore_X_Atom ECORE_X_DND_ACTION_PRIVATE;
47
48/* old E atom */
49EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_FRAME_SIZE;
50
51/* old Gnome atom */
52EAPI extern Ecore_X_Atom ECORE_X_ATOM_WIN_LAYER;
53
54/* ICCCM: client properties */
55EAPI extern Ecore_X_Atom ECORE_X_ATOM_WM_NAME;
56EAPI extern Ecore_X_Atom ECORE_X_ATOM_WM_ICON_NAME;
57EAPI extern Ecore_X_Atom ECORE_X_ATOM_WM_NORMAL_HINTS;
58EAPI extern Ecore_X_Atom ECORE_X_ATOM_WM_SIZE_HINTS;
59EAPI extern Ecore_X_Atom ECORE_X_ATOM_WM_HINTS;
60EAPI extern Ecore_X_Atom ECORE_X_ATOM_WM_CLASS;
61EAPI extern Ecore_X_Atom ECORE_X_ATOM_WM_TRANSIENT_FOR;
62EAPI extern Ecore_X_Atom ECORE_X_ATOM_WM_PROTOCOLS;
63EAPI extern Ecore_X_Atom ECORE_X_ATOM_WM_COLORMAP_WINDOWS;
64EAPI extern Ecore_X_Atom ECORE_X_ATOM_WM_COMMAND;
65EAPI extern Ecore_X_Atom ECORE_X_ATOM_WM_CLIENT_MACHINE;
66
67/* ICCCM: window manager properties */
68EAPI extern Ecore_X_Atom ECORE_X_ATOM_WM_STATE;
69EAPI extern Ecore_X_Atom ECORE_X_ATOM_WM_ICON_SIZE;
70
71/* ICCCM: WM_STATEproperty */
72EAPI extern Ecore_X_Atom ECORE_X_ATOM_WM_CHANGE_STATE;
73
74/* ICCCM: WM_PROTOCOLS properties */
75EAPI extern Ecore_X_Atom ECORE_X_ATOM_WM_TAKE_FOCUS;
76EAPI extern Ecore_X_Atom ECORE_X_ATOM_WM_SAVE_YOURSELF;
77EAPI extern Ecore_X_Atom ECORE_X_ATOM_WM_DELETE_WINDOW;
78
79/* ICCCM: WM_COLORMAP properties */
80EAPI extern Ecore_X_Atom ECORE_X_ATOM_WM_COLORMAP_NOTIFY;
81
82/* ICCCM: session management properties */
83EAPI extern Ecore_X_Atom ECORE_X_ATOM_SM_CLIENT_ID;
84EAPI extern Ecore_X_Atom ECORE_X_ATOM_WM_CLIENT_LEADER;
85EAPI extern Ecore_X_Atom ECORE_X_ATOM_WM_WINDOW_ROLE;
86
87/* Motif WM atom */
88EAPI extern Ecore_X_Atom ECORE_X_ATOM_MOTIF_WM_HINTS;
89
90EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_SUPPORTED;
91EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_CLIENT_LIST;
92EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_CLIENT_LIST_STACKING;
93EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_NUMBER_OF_DESKTOPS;
94EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_DESKTOP_GEOMETRY;
95EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_DESKTOP_VIEWPORT;
96EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_CURRENT_DESKTOP;
97EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_DESKTOP_NAMES;
98EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_ACTIVE_WINDOW;
99EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WORKAREA;
100EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_SUPPORTING_WM_CHECK;
101EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_VIRTUAL_ROOTS;
102EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_DESKTOP_LAYOUT;
103EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_SHOWING_DESKTOP;
104
105/* pager */
106EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_CLOSE_WINDOW;
107EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_MOVERESIZE_WINDOW;
108EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_MOVERESIZE;
109EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_RESTACK_WINDOW;
110
111EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_REQUEST_FRAME_EXTENTS;
112EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_NAME;
113EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_VISIBLE_NAME;
114EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_ICON_NAME;
115EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_VISIBLE_ICON_NAME;
116EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_DESKTOP;
117
118/* window type */
119EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_WINDOW_TYPE;
120EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_WINDOW_TYPE_DESKTOP;
121EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_WINDOW_TYPE_DOCK;
122EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_WINDOW_TYPE_TOOLBAR;
123EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_WINDOW_TYPE_MENU;
124EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_WINDOW_TYPE_UTILITY;
125EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_WINDOW_TYPE_SPLASH;
126EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_WINDOW_TYPE_DIALOG;
127EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_WINDOW_TYPE_NORMAL;
128EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_WINDOW_TYPE_DROPDOWN_MENU;
129EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_WINDOW_TYPE_POPUP_MENU;
130EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_WINDOW_TYPE_TOOLTIP;
131EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_WINDOW_TYPE_NOTIFICATION;
132EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_WINDOW_TYPE_COMBO;
133EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_WINDOW_TYPE_DND;
134
135/* state */
136EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_STATE;
137EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_STATE_MODAL;
138EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_STATE_STICKY;
139EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_STATE_MAXIMIZED_VERT;
140EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_STATE_MAXIMIZED_HORZ;
141EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_STATE_SHADED;
142EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_STATE_SKIP_TASKBAR;
143EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_STATE_SKIP_PAGER;
144EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_STATE_HIDDEN;
145EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_STATE_FULLSCREEN;
146EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_STATE_ABOVE;
147EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_STATE_BELOW;
148EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_STATE_DEMANDS_ATTENTION;
149
150/* allowed actions */
151EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_ALLOWED_ACTIONS;
152EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_ACTION_MOVE;
153EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_ACTION_RESIZE;
154EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_ACTION_MINIMIZE;
155EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_ACTION_SHADE;
156EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_ACTION_STICK;
157EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_ACTION_MAXIMIZE_HORZ;
158EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_ACTION_MAXIMIZE_VERT;
159EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_ACTION_FULLSCREEN;
160EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_ACTION_CHANGE_DESKTOP;
161EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_ACTION_CLOSE;
162EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_ACTION_ABOVE;
163EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_ACTION_BELOW;
164
165EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_STRUT;
166EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_STRUT_PARTIAL;
167EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_ICON_GEOMETRY;
168EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_ICON;
169EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_PID;
170EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_HANDLED_ICONS;
171EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_USER_TIME;
172EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_STARTUP_ID;
173EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_FRAME_EXTENTS;
174EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_PING;
175EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_SYNC_REQUEST;
176EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_SYNC_REQUEST_COUNTER;
177EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_WINDOW_OPACITY;
178EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_WINDOW_SHADOW;
179EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_WINDOW_SHADE;
180EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_STARTUP_INFO_BEGIN;
181EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_STARTUP_INFO;
182EAPI extern Ecore_X_Atom ECORE_X_ATOM_SELECTION_TARGETS;
183EAPI extern Ecore_X_Atom ECORE_X_ATOM_SELECTION_PRIMARY;
184EAPI extern Ecore_X_Atom ECORE_X_ATOM_SELECTION_SECONDARY;
185EAPI extern Ecore_X_Atom ECORE_X_ATOM_SELECTION_CLIPBOARD;
186EAPI extern Ecore_X_Atom ECORE_X_ATOM_SELECTION_PROP_PRIMARY;
187EAPI extern Ecore_X_Atom ECORE_X_ATOM_SELECTION_PROP_SECONDARY;
188EAPI extern Ecore_X_Atom ECORE_X_ATOM_SELECTION_PROP_CLIPBOARD;
189
190/* currently E specific virtual keyboard extension, aim to submit to netwm spec
191 * later */
192
193EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_VIRTUAL_KEYBOARD;
194EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_VIRTUAL_KEYBOARD_STATE;
195EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_VIRTUAL_KEYBOARD_ON;
196EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_VIRTUAL_KEYBOARD_OFF;
197EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_VIRTUAL_KEYBOARD_ALPHA;
198EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_VIRTUAL_KEYBOARD_NUMERIC;
199EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_VIRTUAL_KEYBOARD_PIN;
200EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_VIRTUAL_KEYBOARD_PHONE_NUMBER;
201EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_VIRTUAL_KEYBOARD_HEX;
202EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_VIRTUAL_KEYBOARD_TERMINAL;
203EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_VIRTUAL_KEYBOARD_PASSWORD;
204EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_VIRTUAL_KEYBOARD_IP;
205EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_VIRTUAL_KEYBOARD_HOST;
206EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_VIRTUAL_KEYBOARD_FILE;
207EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_VIRTUAL_KEYBOARD_URL;
208EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_VIRTUAL_KEYBOARD_KEYPAD;
209EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_VIRTUAL_KEYBOARD_J2ME;
210
211/* Illume specific atoms */
212EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_ZONE;
213EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_ZONE_LIST;
214EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_CONFORMANT;
215EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_MODE;
216EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_MODE_SINGLE;
217EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_MODE_DUAL_TOP;
218EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_MODE_DUAL_LEFT;
219EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_FOCUS_BACK;
220EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_FOCUS_FORWARD;
221EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_FOCUS_HOME;
222EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_HOME_NEW;
223EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_HOME_DEL;
224EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_CLOSE;
225EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_DRAG;
226EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_DRAG_LOCKED;
227EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_DRAG_START;
228EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_DRAG_END;
229EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_INDICATOR_GEOMETRY;
230EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_SOFTKEY_GEOMETRY;
231EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_KEYBOARD_GEOMETRY;
232EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_QUICKPANEL;
233EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_QUICKPANEL_STATE;
234EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_QUICKPANEL_STATE_TOGGLE;
235EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_QUICKPANEL_ON;
236EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_QUICKPANEL_OFF;
237EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_QUICKPANEL_PRIORITY_MAJOR;
238EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_QUICKPANEL_PRIORITY_MINOR;
239EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_QUICKPANEL_ZONE;
240EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_QUICKPANEL_POSITION_UPDATE;
241EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_INDICATOR_STATE;
242EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_INDICATOR_ON;
243EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_INDICATOR_OFF;
244EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_INDICATOR_OPACITY_MODE;
245EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_INDICATOR_OPAQUE;
246EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_INDICATOR_TRANSLUCENT;
247EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_INDICATOR_TRANSPARENT;
248EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_ROTATE_WINDOW_AVAILABLE_ANGLE;
249EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_ROTATE_WINDOW_ANGLE;
250EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_ROTATE_ROOT_ANGLE;
251EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_CLIPBOARD_STATE;
252EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_CLIPBOARD_ON;
253EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_CLIPBOARD_OFF;
254EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_ILLUME_CLIPBOARD_GEOMETRY;
255
256EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_COMP_SYNC_COUNTER;
257EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_COMP_SYNC_DRAW_DONE;
258EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_COMP_SYNC_SUPPORTED;
259EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_COMP_SYNC_BEGIN;
260EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_COMP_SYNC_END;
261EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_COMP_SYNC_CANCEL;
262EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_COMP_FLUSH;
263EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_COMP_DUMP;
264EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_COMP_PIXMAP;
265
266EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_VIDEO_PARENT;
267EAPI extern Ecore_X_Atom ECORE_X_ATOM_E_VIDEO_POSITION;
268
269#endif /* _ECORE_X_ATOMS_H */