parent
0de8610b67
commit
3c33f4559f
@ -146,8 +146,12 @@ static bool x_win_composited(struct window_x11 *win)
|
||||
sprintf(astr, "_NET_WM_CM_S%i", win->cur_screen);
|
||||
cm_sel = XInternAtom(xctx.dpy, astr, true);
|
||||
|
||||
if (cm_sel == None) {
|
||||
return false;
|
||||
} else {
|
||||
return XGetSelectionOwner(xctx.dpy, cm_sel) != None;
|
||||
}
|
||||
}
|
||||
|
||||
void x_display_surface(cairo_surface_t *srf, struct window_x11 *win, const struct dimensions *dim)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user