Kaydet (Commit) 2ae21eda authored tarafından Caolán McNamara's avatar Caolán McNamara

fix older cairo build

Change-Id: I24e715e8c0535daaf0284226fb9b8f7c8d7234c0
üst 0646821f
......@@ -69,12 +69,10 @@ rDevice
# define CAIRO_OPERATOR_DIFFERENCE (static_cast<cairo_operator_t>(23))
struct cairo_rectangle_int_t
struct _cairo_rectangle_int
{
double x;
double y;
double width;
double height;
int x, y;
int width, height;
};
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment