mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
view: fix impl->set_fullscreen() argument bug
This commit is contained in:
parent
645a8e46a6
commit
7bfe350f25
3 changed files with 3 additions and 5 deletions
|
|
@ -160,8 +160,7 @@ struct view_impl {
|
|||
const char *(*get_string_prop)(struct view *view, const char *prop);
|
||||
void (*map)(struct view *view);
|
||||
void (*move)(struct view *view, double x, double y);
|
||||
void (*set_fullscreen)(struct view *view, bool fullscreen,
|
||||
struct wlr_output *wlr_output);
|
||||
void (*set_fullscreen)(struct view *view, bool fullscreen);
|
||||
void (*unmap)(struct view *view);
|
||||
void (*maximize)(struct view *view, bool maximize);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue