mirror of
https://github.com/swaywm/sway.git
synced 2025-11-09 13:29:49 -05:00
Merge branch 'wlroots' into feature/wl-shell
This commit is contained in:
commit
823f6ee122
4 changed files with 15 additions and 16 deletions
|
|
@ -68,7 +68,7 @@ struct sway_view {
|
|||
struct {
|
||||
const char *(*get_prop)(struct sway_view *view,
|
||||
enum sway_view_prop prop);
|
||||
void (*set_dimensions)(struct sway_view *view,
|
||||
void (*set_size)(struct sway_view *view,
|
||||
int width, int height);
|
||||
} iface;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue