From: Sooyoung Ha Date: Wed, 29 Aug 2012 12:39:26 +0000 (+0900) Subject: apply ati patch to tizen/src/hw/gloffscreen_xcomposite.c file. X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~1444^2~72 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3610581d6ff94e1a9eb0bad34dc6232cca73609c;p=sdk%2Femulator%2Fqemu.git apply ati patch to tizen/src/hw/gloffscreen_xcomposite.c file. --- diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 8032ef48a1..c6c874b799 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version: 1.3.30 +Version: 1.3.31 Maintainer: Yeong-Kyoon Lee Source: emulator diff --git a/tizen/src/hw/gloffscreen_xcomposite.c b/tizen/src/hw/gloffscreen_xcomposite.c index 2a1de64f6b..c276bfa08c 100644 --- a/tizen/src/hw/gloffscreen_xcomposite.c +++ b/tizen/src/hw/gloffscreen_xcomposite.c @@ -292,7 +292,7 @@ GloSurface *glo_surface_create(int width, int height, GloContext *context) { mask = CWBackPixel | CWBorderPixel | CWColormap | CWEventMask | CWOverrideRedirect | CWSaveUnder; - surface->window = XCreateWindow(glo.dpy, DefaultRootWindow(glo.dpy), -width-1000, 0, width, height, 0, vis->depth, InputOutput, vis->visual, mask, &attr); + surface->window = XCreateWindow(glo.dpy, DefaultRootWindow(glo.dpy), 0, 3000, width, height, 0, vis->depth, InputOutput, vis->visual, mask, &attr); if (!surface->window) { printf( "XCreateWindow failed\n" );