weston-wfits: workaround to enable deprecated wl api's for now.
authorU. Artie Eoff <ullysses.a.eoff@intel.com>
Wed, 7 Aug 2013 19:11:47 +0000 (12:11 -0700)
committerU. Artie Eoff <ullysses.a.eoff@intel.com>
Wed, 7 Aug 2013 19:11:47 +0000 (12:11 -0700)
commit54e8561085e8004c13e8a5aeb703f7ebcfc3ae00
tree15f138e772c54f976afb7e4013850595e2c08e46
parent8f40e72edede69fc0438f61595721ac00799d1a6
weston-wfits: workaround to enable deprecated wl api's for now.

compositor.h does "#define WL_HIDE_DEPRECATED" before including
wayland-server.h and therefore doesn't allow for the deprecated
wayland API's to be used.  To workaround this, we include
wayland-server.h before including compositor.h for now.

Soon, however, we need to update to the new wayland stable API
to be compliant.  Will likely drop support for < 1.2 at the same
time to avoid compile time #ifdef version checks in the weston
extension.

Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
src/extensions/weston/weston-wfits.h