ecore-x: add function to init ecore-x from external Display* object
authorMike Blumenkrantz <zmike@osg.samsung.com>
Mon, 18 May 2015 19:26:50 +0000 (15:26 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Mon, 18 May 2015 19:30:55 +0000 (15:30 -0400)
commit8e44652a4261114a42ac4932fd9b44ffcd35d7f4
treed119e0e81019e16f2b5d6a78d1ea87374523e496
parentd2bc216886b9d9524ecf5bfa68c6c01b3df24548
ecore-x: add function to init ecore-x from external Display* object

when using glx it's necessary to share a Display* object, and this object
may be created externally

no tests provided since they would not be run, would require direct linkage to xlib,
and is literally a 2 LoC change from regular ecore_x_init()

@feature
src/lib/ecore_x/Ecore_X.h
src/lib/ecore_x/xlib/ecore_x.c