提交 f13ae77e 编写于 作者: F fryshorts

disable blending for desktop capture

上级 47a6f549
......@@ -182,6 +182,8 @@ static void xshm_input_video_render(void *vptr, effect_t effect)
eparam_t image = effect_getparambyname(effect, "image");
effect_settexture(effect, image, data->texture);
gs_enable_blending(False);
gs_draw_sprite(data->texture, 0, 0, 0);
// render the cursor
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册