Add x & y to Output buffer.
authorChristopher Michael <cp.michael@samsung.com>
Tue, 5 Feb 2013 14:13:09 +0000 (14:13 +0000)
committerRafael Antognolli <rafael.antognolli@linux.intel.com>
Tue, 19 Feb 2013 13:18:02 +0000 (10:18 -0300)
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
src/modules/evas/engines/wayland_shm/evas_engine.h

index 190a8cc..e25a887 100644 (file)
@@ -60,7 +60,7 @@ enum
 
 struct _Outbuf
 {
-   int w, h;
+   int x, y, w, h;
    unsigned int rotation;
    Outbuf_Depth depth;
    int onebuf;