forked from RepoMirrors/bemenu
wayland renderer: remove useless wl_surface_damage call
window->height is 0 at this point anyway...
This commit is contained in:
parent
992e5add42
commit
3ae6ad7c48
@ -321,7 +321,6 @@ bm_wl_window_create(struct window *window, struct wl_display *display, struct wl
|
||||
|
||||
window->shm = shm;
|
||||
window->surface = surface;
|
||||
wl_surface_damage(surface, 0, 0, window->width, window->height);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user