Add x & y to Output buffer.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
This commit is contained in:
Christopher Michael 2013-02-05 14:13:09 +00:00 committed by Rafael Antognolli
parent ef76f3caab
commit e4aae7301f
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ enum
struct _Outbuf
{
int w, h;
int x, y, w, h;
unsigned int rotation;
Outbuf_Depth depth;
int onebuf;