From dd7595a3475407a7fa96a97393bae8c5220e8762 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 4 Jan 2012 18:41:13 +1000 Subject: Add the base Enlightenment Foundation Libraries - eina, eet, evas, ecore, embryo, and edje. Note that embryo wont be used, but I'm not sure yet if you can build edje without it. --- .../src/modules/engines/software_x11/evas_xcb_xdefaults.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libraries/evas/src/modules/engines/software_x11/evas_xcb_xdefaults.h (limited to 'libraries/evas/src/modules/engines/software_x11/evas_xcb_xdefaults.h') diff --git a/libraries/evas/src/modules/engines/software_x11/evas_xcb_xdefaults.h b/libraries/evas/src/modules/engines/software_x11/evas_xcb_xdefaults.h new file mode 100644 index 0000000..c5f4ab8 --- /dev/null +++ b/libraries/evas/src/modules/engines/software_x11/evas_xcb_xdefaults.h @@ -0,0 +1,11 @@ +#ifndef EVAS_XCB_XDEFAULTS_H +# define EVAS_XCB_XDEFAULTS_H + +# include "evas_engine.h" + +void _evas_xcb_xdefaults_init(void); +void _evas_xcb_xdefaults_shutdown(void); +char *_evas_xcb_xdefaults_string_get(const char *prog, const char *param); +int _evas_xcb_xdefaults_int_get(const char *prog, const char *param); + +#endif -- cgit v1.1