mirror of
https://github.com/swaywm/sway.git
synced 2025-11-09 13:29:49 -05:00
use "size" instead of "dimensions"
This commit is contained in:
parent
b6f4120afc
commit
802e7392f8
4 changed files with 15 additions and 16 deletions
|
|
@ -55,7 +55,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