mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-04 13:29:51 -05:00
Fix compositor-wayland
This commit is contained in:
parent
82da52b15b
commit
cbe6f04388
1 changed files with 1 additions and 2 deletions
|
|
@ -334,8 +334,7 @@ static const struct wl_output_listener output_listener = {
|
||||||
static void
|
static void
|
||||||
handle_configure(void *data, struct wl_shell *shell,
|
handle_configure(void *data, struct wl_shell *shell,
|
||||||
uint32_t time, uint32_t edges,
|
uint32_t time, uint32_t edges,
|
||||||
struct wl_surface *surface,
|
struct wl_surface *surface, int32_t width, int32_t height)
|
||||||
int32_t x, int32_t y, int32_t width, int32_t height)
|
|
||||||
{
|
{
|
||||||
#if 0
|
#if 0
|
||||||
struct output *output = wl_surface_get_user_data(surface);
|
struct output *output = wl_surface_get_user_data(surface);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue