mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 17:39:28 +02:00
Remote changes at Fri Aug 4 16:43:56 EDT 2017 by chuan on vivaldi
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user