Remote changes at Fri Aug 4 16:43:56 EDT 2017 by chuan on vivaldi
This commit is contained in:
parent
75f69c8b3e
commit
d92f400a8b
|
|
@ -407,7 +407,8 @@ tcairoSetProjection(llx, lly, width, height)
|
||||||
(Pixmap)toglCurrent.windowid);
|
(Pixmap)toglCurrent.windowid);
|
||||||
glXMakeCurrent(grXdpy, (GLXDrawable)glpmap, grXcontext);
|
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
|
else
|
||||||
glXMakeCurrent(grXdpy, (GLXDrawable)toglCurrent.windowid, grXcontext);
|
glXMakeCurrent(grXdpy, (GLXDrawable)toglCurrent.windowid, grXcontext);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue