From d7864b4d6baf5c665cc81db4618b6d0a368aba7f Mon Sep 17 00:00:00 2001 From: Kim Woelders Date: Sun, 8 Apr 2007 20:52:54 +0000 Subject: [PATCH] Add missing declaration (ECORE_X_ATOM_NET_STARTUP_ID). SVN revision: 29447 --- legacy/ecore/src/lib/ecore_x/Ecore_X_Atoms.h | 1 + 1 file changed, 1 insertion(+) diff --git a/legacy/ecore/src/lib/ecore_x/Ecore_X_Atoms.h b/legacy/ecore/src/lib/ecore_x/Ecore_X_Atoms.h index 6d03018d38..b32ffa49a2 100644 --- a/legacy/ecore/src/lib/ecore_x/Ecore_X_Atoms.h +++ b/legacy/ecore/src/lib/ecore_x/Ecore_X_Atoms.h @@ -122,6 +122,7 @@ EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_PING; EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_SYNC_REQUEST; EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_WM_SYNC_REQUEST_COUNTER; +EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_STARTUP_ID; EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_STARTUP_INFO_BEGIN; EAPI extern Ecore_X_Atom ECORE_X_ATOM_NET_STARTUP_INFO;