haha, this was totally stupid. let the compiler handle the initialization

SVN revision: 11308
This commit is contained in:
tsauerbeck 2004-08-22 21:44:52 +00:00 committed by tsauerbeck
parent f56faa573b
commit c9218500d1
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ Atom _ecore_x_atom_text = 0;
Atom _ecore_x_atom_utf8_string = 0;
Atom _ecore_x_atom_compound_text = 0;
Atom _ecore_x_atoms_wm_protocols[ECORE_X_WM_PROTOCOL_NUM] = {0};
Atom _ecore_x_atoms_wm_protocols[ECORE_X_WM_PROTOCOL_NUM];
/* Xdnd atoms that need to be exposed to the application interface */
Ecore_X_Atom ECORE_X_DND_ACTION_COPY = 0;