From 636cadeacafefaab0ff3b3f513b9d8425845aec0 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Fri, 11 Dec 2009 20:07:34 +0000 Subject: [PATCH] And set the other illume atoms in ecore_x_atoms.c SVN revision: 44379 --- legacy/ecore/src/lib/ecore_x/xlib/ecore_x_atoms.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_atoms.c b/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_atoms.c index 0fdac8f287..e8862c508f 100644 --- a/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_atoms.c +++ b/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_atoms.c @@ -213,7 +213,9 @@ _ecore_x_atoms_init(void) { "_E_VIRTUAL_KEYBOARD_PASSWORD", &ECORE_X_ATOM_E_VIRTUAL_KEYBOARD_PASSWORD }, { "_E_ILLUME_CONFORMANT", &ECORE_X_ATOM_E_ILLUME_CONFORMANT }, - { "_E_ILLUME_MODE", &ECORE_X_ATOM_E_ILLUME_MODE } + { "_E_ILLUME_MODE", &ECORE_X_ATOM_E_ILLUME_MODE }, + { "_E_ILLUME_MODE_SINGLE", &ECORE_X_ATOM_E_ILLUME_MODE_SINGLE }, + { "_E_ILLUME_MODE_DUAL", &ECORE_X_ATOM_E_ILLUME_MODE_DUAL } }; Atom *atoms; char **names;