apply ati patch to tizen/src/hw/gloffscreen_xcomposite.c file.
authorSooyoung Ha <yoosah.ha@samsung.com>
Wed, 29 Aug 2012 12:39:26 +0000 (21:39 +0900)
committerSooyoung Ha <yoosah.ha@samsung.com>
Wed, 29 Aug 2012 12:39:26 +0000 (21:39 +0900)
package/pkginfo.manifest
tizen/src/hw/gloffscreen_xcomposite.c

index 8032ef48a1073b755e78148250631c80ba02128a..c6c874b79965b039c418f57d842d07a08cf955c2 100644 (file)
@@ -1,4 +1,4 @@
-Version: 1.3.30
+Version: 1.3.31
 Maintainer: Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com>
 Source: emulator
 
index 2a1de64f6b5f8c3eef067a76fbdecb51d360d4cb..c276bfa08c95891458db3bb76118def2b00e689d 100644 (file)
@@ -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" );