Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
orbea
wayland
Commits
cbe6f043
Commit
cbe6f043
authored
Dec 17, 2010
by
Kristian Høgsberg
Browse files
Fix compositor-wayland
parent
82da52b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
compositor/compositor-wayland.c
View file @
cbe6f043
...
...
@@ -334,8 +334,7 @@ static const struct wl_output_listener output_listener = {
static
void
handle_configure
(
void
*
data
,
struct
wl_shell
*
shell
,
uint32_t
time
,
uint32_t
edges
,
struct
wl_surface
*
surface
,
int32_t
x
,
int32_t
y
,
int32_t
width
,
int32_t
height
)
struct
wl_surface
*
surface
,
int32_t
width
,
int32_t
height
)
{
#if 0
struct output *output = wl_surface_get_user_data(surface);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment