commit a383c07

Michael Forney  ·  2013-09-11 08:15:27 +0000 UTC
parent 7798849
surface: Use pixman_rectangle32_t to store geometry
1 files changed,  +1, -5
+1, -5
 1@@ -54,11 +54,7 @@ struct swc_surface
 2         int32_t x, y;
 3     } pending;
 4 
 5-    struct
 6-    {
 7-        uint32_t x, y;
 8-        uint32_t width, height;
 9-    } geometry;
10+    pixman_rectangle32_t geometry;
11 
12     struct
13     {