diff options
| author | Timidger <APragmaticPlace@gmail.com> | 2019-11-23 17:47:24 -0500 | 
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2019-11-23 17:52:00 -0500 | 
| commit | 6bd7a62c09af07dfecd2ae1d056d1cb2c68c2b01 (patch) | |
| tree | 033e71d03667cd8ad622e797256efa68ec64aa84 | |
| parent | 9cbbfa957c25dfe74b0eb823cd4c6b46eb041daf (diff) | |
| download | wlroots-6bd7a62c09af07dfecd2ae1d056d1cb2c68c2b01.tar.xz | |
Use layer shell v2
| -rw-r--r-- | types/wlr_layer_shell_v1.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/types/wlr_layer_shell_v1.c b/types/wlr_layer_shell_v1.c index 8b092fd3..1b5c426a 100644 --- a/types/wlr_layer_shell_v1.c +++ b/types/wlr_layer_shell_v1.c @@ -486,7 +486,7 @@ struct wlr_layer_shell_v1 *wlr_layer_shell_v1_create(struct wl_display *display)  	wl_list_init(&layer_shell->surfaces);  	struct wl_global *global = wl_global_create(display, -		&zwlr_layer_shell_v1_interface, 1, layer_shell, layer_shell_bind); +		&zwlr_layer_shell_v1_interface, 2, layer_shell, layer_shell_bind);  	if (!global) {  		free(layer_shell);  		return NULL; | 
