And set the other illume atoms in ecore_x_atoms.c

SVN revision: 44379
This commit is contained in:
Christopher Michael 2009-12-11 20:07:34 +00:00
parent 1a3eec2e91
commit 636cadeaca
1 changed files with 3 additions and 1 deletions

View File

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