Stub functions for Wayland usage
authorMikko Ylinen <mikko.ylinen@intel.com>
Sat, 15 Dec 2012 00:03:45 +0000 (02:03 +0200)
committerRusty Lynch <rusty.lynch@intel.com>
Wed, 19 Dec 2012 00:26:10 +0000 (16:26 -0800)
commita6c48885d463efd6a773b1d40f076fe22c3d30a8
treef1a271e8646c741b3fc7d3437a70511930e45237
parent4e52c9f60f17a7976b197adef11e604a8e13f3ee
Stub functions for Wayland usage

Some functions called by applications make direct calls to X. This will
make apps crashing if Wayland is being used. As a hot fix, stub functions
making calls to X by checking DISPLAY environment variable and
returning to caller if DISPLAY is not set.
configure.ac
ecore-x.pc.in
src/lib/ecore_imf/ecore_imf_context.c
src/lib/ecore_x/xlib/ecore_x.c
src/lib/ecore_x/xlib/ecore_x_events.c
src/lib/ecore_x/xlib/ecore_x_window.c
src/lib/ecore_x/xlib/ecore_x_window_prop.c