Fix X11 build for Tizen Common (MSG_DOMAIN_CONTROL_ACCESS) 70/27170/2 submit/tizen/20140910.172931 submit/tizen/20140910.172954
authorManuel Bachmann <manuel.bachmann@open.eurogiciel.org>
Fri, 5 Sep 2014 11:57:53 +0000 (13:57 +0200)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 10 Sep 2014 14:46:53 +0000 (07:46 -0700)
The X11 adaptor code uses the "MSG_DOMAIN_CONTROL_ACCESS"
macro, which was at once an alias to "ECORE_X_ATOM_E_ILLUME
_ACCESS_CONTROL" in a Tizen Mobile-specific version of
Elementary.

As Tizen Common now has a more recent version of Elementary
which contains this macro, we can directly use it ; this
shouldn't break other profiles either.

Change-Id: I2687b7303a5f7bcb2360c0c682e78a71211e6315
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
adaptors/x11/accessibility-manager-impl-x.cpp

index f6d6175..e70f2b8 100644 (file)
@@ -29,6 +29,8 @@
 #include <dali/integration-api/events/gesture-requests.h>
 #include "system-settings.h"
 
+#define MSG_DOMAIN_CONTROL_ACCESS (int)ECORE_X_ATOM_E_ILLUME_ACCESS_CONTROL
+
 namespace Dali
 {