xlib code avoidance



Is there a "gdk" way of doing the following?

        xattr.save_under = False;
        xattr.backing_store = NotUseful;
        XChangeWindowAttributes(GDK_DISPLAY(), GDK_WINDOW_XWINDOW(win),
                        CWSaveUnder | CWBackingStore, &xattr);

--
Harold



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]