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 ...@@ -69,12 +69,10 @@ rDevice
# define CAIRO_OPERATOR_DIFFERENCE (static_cast<cairo_operator_t>(23)) # define CAIRO_OPERATOR_DIFFERENCE (static_cast<cairo_operator_t>(23))
struct cairo_rectangle_int_t struct _cairo_rectangle_int
{ {
double x; int x, y;
double y; int width, height;
double width;
double height;
}; };
#endif #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