things/img/scrall/screenshot.h

10 lines
161 B
C
Raw Normal View History

#ifndef _SCREENSHOT_H_
#define _SCREENSHOT_H_
#include <xcb/xcb.h>
#include <raylib.h>
Image get_screenshot(xcb_connection_t *conn, xcb_window_t wid);
#endif