调整壁纸绘制方案
This commit is contained in:
@@ -57,11 +57,6 @@ void get_window_class_instance(xcb_window_t window,
|
||||
xcb_icccm_get_wm_class_reply_wipe(&prop);
|
||||
}
|
||||
|
||||
typedef struct visual_t {
|
||||
uint8_t depth;
|
||||
xcb_visualtype_t *visual;
|
||||
} visual_t;
|
||||
|
||||
static visual_t *find_alpha_visual() {
|
||||
xcb_depth_iterator_t depth_iter;
|
||||
depth_iter = xcb_screen_allowed_depths_iterator(screen);
|
||||
|
||||
Reference in New Issue
Block a user