wlmaker
Loading...
Searching...
No Matches
cairo_util.h
Go to the documentation of this file.
1/* ========================================================================= */
20#ifndef __CAIRO_UTIL_H__
21#define __CAIRO_UTIL_H__
22
23#include <cairo.h>
24
25#include <stdint.h>
26#include <libbase/libbase.h>
27
28#ifdef __cplusplus
29extern "C" {
30#endif // __cplusplus
31
45 uint32_t width,
46 uint32_t height);
47
48#ifdef __cplusplus
49} // extern "C"
50#endif // __cplusplus
51
52#endif /* __CAIRO_UTIL_H__ */
53/* == End of cairo_util.h ================================================== */
cairo_t * wlmaker_cairo_util_create_with_surface(uint32_t width, uint32_t height)
Definition cairo_util.c:34