From f9520235e5fc2659aff06ede78bd2e2656c4ff34 Mon Sep 17 00:00:00 2001 From: xcomputerman Date: Fri, 19 May 2006 15:09:50 +0000 Subject: [PATCH] Make sure QueryVersion functions are called first. SVN revision: 22744 --- legacy/ecore/src/lib/ecore_x/ecore_x.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/legacy/ecore/src/lib/ecore_x/ecore_x.c b/legacy/ecore/src/lib/ecore_x/ecore_x.c index 3092e59e03..248d54c50a 100644 --- a/legacy/ecore/src/lib/ecore_x/ecore_x.c +++ b/legacy/ecore/src/lib/ecore_x/ecore_x.c @@ -430,6 +430,8 @@ ecore_x_init(const char *name) _ecore_x_selection_data_init(); _ecore_x_dnd_init(); + _ecore_x_fixes_init(); + _ecore_x_damage_init(); _ecore_x_init_count++;