* @addtogroup UI_Gadget_For_User
* @{
*/
-#ifndef UG_WAYLAND
-#include <X11/Xlib.h>
-#endif
#include <Evas.h>
#include <app.h>
*/
int UG_INIT_EFL(void *win, enum ug_option opt);
-/**
- * Easy-to-use macro of ug_init() for GTK
- * @see ug_init()
- */
-#define UG_INIT_GTK(win, opt) \
- win ? ug_init(gdk_display_get_default(), win, \
- GDK_WINDOW_XWINDOW(GTK_WIDGET(win)->window), win, opt) : -1
-
/**
* \par Description:
* This function initializes default window, display, xwindow id, and indicator state.