return -1;
}
-static int _efl_util_screenshot_get_best_size(Display *dpy, int port, int width, int height, unsigned int *best_width, unsigned int *best_height)
+static int
+_efl_util_screenshot_get_best_size(Display *dpy, int port, int width, int height, unsigned int *best_width, unsigned int *best_height)
{
XErrorHandler old_handler = NULL;
}
#endif
-API efl_util_screenshot_h efl_util_screenshot_initialize(int width, int height)
+API efl_util_screenshot_h
+efl_util_screenshot_initialize(int width, int height)
{
#if X11
efl_util_screenshot_h screenshot = NULL;
return NULL;
}
-API int efl_util_screenshot_deinitialize(efl_util_screenshot_h screenshot)
+API int
+efl_util_screenshot_deinitialize(efl_util_screenshot_h screenshot)
{
#if X11
if (!screenshot)
}
-API tbm_surface_h efl_util_screenshot_take_tbm_surface(efl_util_screenshot_h screenshot)
+API tbm_surface_h
+efl_util_screenshot_take_tbm_surface(efl_util_screenshot_h screenshot)
{
#if X11
XEvent ev = {0,};