15extern "C" struct _XDisplay;
22 struct cursor_ctx_raw_t;
23 void freeCursorCtx(cursor_ctx_raw_t *ctx);
24 void freeDisplay(_XDisplay *xdisplay);
31 static std::optional<cursor_t> make();
41 void blend(
img_t &img,
int offsetX,
int offsetY);
Definition graphics.h:267
void blend(img_t &img, int offsetX, int offsetY)
Definition x11grab.cpp:867
Declarations for common platform specific utilities.
Declarations for utility functions.