Remote changes at Fri Aug 4 16:43:56 EDT 2017 by chuan on vivaldi

This commit is contained in:
Chuan Chen 2017-08-04 16:43:56 -04:00
parent 75f69c8b3e
commit d92f400a8b
1 changed files with 2 additions and 1 deletions

View File

@ -407,7 +407,8 @@ tcairoSetProjection(llx, lly, width, height)
(Pixmap)toglCurrent.windowid);
glXMakeCurrent(grXdpy, (GLXDrawable)glpmap, grXcontext);
*/
cairopmap = XCreatePixmap(grXdpy, grXscrn, width, height, toglCurrent.depth)
cairopmap = XCreatePixmap(grXdpy, grXscrn, width, height, toglCurrent.depth);
cairo_set_source(grCairoContext);
}
else
glXMakeCurrent(grXdpy, (GLXDrawable)toglCurrent.windowid, grXcontext);