mirror of
https://github.com/labwc/labwc.git
synced 2026-02-10 04:27:47 -05:00
scaled-icon-buffer: add icon priority
Co-Authored-By: tokyo4j <hrak1529@gmail.com>
This commit is contained in:
parent
e72f862650
commit
acd2a23f1b
7 changed files with 118 additions and 38 deletions
|
|
@ -17,6 +17,7 @@ struct scaled_icon_buffer {
|
|||
struct view *view;
|
||||
char *view_app_id;
|
||||
char *view_icon_name;
|
||||
bool view_icon_prefer_client;
|
||||
struct wl_array view_icon_buffers;
|
||||
struct {
|
||||
struct wl_listener set_icon;
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@ struct window_rule {
|
|||
enum property ignore_focus_request;
|
||||
enum property ignore_configure_request;
|
||||
enum property fixed_position;
|
||||
enum property icon_prefer_client;
|
||||
|
||||
struct wl_list link; /* struct rcxml.window_rules */
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue