Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guido Gunther
phosh
Commits
7810e969
Commit
7810e969
authored
Oct 16, 2020
by
Guido Gunther
Committed by
Sebastian Krzyszkowiak
Oct 19, 2020
Browse files
monitor: Drop duplicate setting of wl_output_done
Signed-off-by:
Guido Günther
<
guido.gunther@puri.sm
>
parent
58cdc85b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/monitor/monitor.c
View file @
7810e969
...
...
@@ -53,8 +53,8 @@ output_handle_geometry (void *data,
g_debug
(
"handle geometry output %p, position %d %d, size %dx%d, subpixel layout %d, vendor %s, "
"product %s, transform %d"
,
self
,
x
,
y
,
physical_width
,
physical_height
,
subpixel
,
make
,
model
,
transform
);
self
->
wl_output_done
=
FALSE
;
self
->
wl_output_done
=
FALSE
;
self
->
x
=
x
;
self
->
y
=
y
;
self
->
width_mm
=
physical_width
;
...
...
@@ -63,7 +63,6 @@ output_handle_geometry (void *data,
self
->
vendor
=
g_strdup
(
make
);
self
->
product
=
g_strdup
(
model
);
self
->
transform
=
transform
;
self
->
wl_output_done
=
FALSE
;
}
...
...
Write
Preview
Markdown
is supported
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