Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
wlroots
Commits
8cf5ca0c
Commit
8cf5ca0c
authored
Jul 25, 2018
by
Guido Gunther
Browse files
phosh: Don't use wlr_trace
We never submitted it upstream.
parent
7f9d0411
Changes
1
Hide whitespace changes
Inline
Side-by-side
rootston/phosh.c
View file @
8cf5ca0c
...
...
@@ -20,7 +20,7 @@ static void phosh_rotate_display(struct wl_client *client,
struct
phosh
*
shell
=
wl_resource_get_user_data
(
resource
);
enum
wl_output_transform
transform
=
WL_OUTPUT_TRANSFORM_NORMAL
;
wlr_
trace
(
"rotation: %d"
,
degrees
);
wlr_
log
(
WLR_DEBUG
,
"rotation: %d"
,
degrees
);
if
(
degrees
%
90
!=
0
)
{
wl_resource_post_error
(
resource
,
PHOSH_PRIVATE_ERROR_INVALID_ARGUMENT
,
...
...
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