mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
Ignore surface.map_toplevel() if already mapped
This commit is contained in:
parent
175e6cec39
commit
8f66a57b4d
3 changed files with 7 additions and 1 deletions
|
|
@ -146,6 +146,7 @@ struct wlsc_surface {
|
|||
struct wlsc_matrix matrix_inv;
|
||||
struct wl_visual *visual;
|
||||
struct wl_buffer *buffer;
|
||||
int mapped;
|
||||
};
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue