添加壁纸功能
This commit is contained in:
@@ -16,6 +16,13 @@ struct monitor_rect_t {
|
||||
};
|
||||
monitor_rect_t *detect_monitor_rect(void);
|
||||
|
||||
typedef struct rect_size_t {
|
||||
uint32_t width;
|
||||
uint32_t height;
|
||||
} rect_size_t;
|
||||
rect_size_t *get_screen_size(void);
|
||||
void set_wallpaper(uint32_t *wallpaper_data);
|
||||
|
||||
typedef struct window_list_t {
|
||||
uint32_t count;
|
||||
xcb_window_t *list;
|
||||
|
||||
Reference in New Issue
Block a user