Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Rk frnkn
weston
Commits
ea54c2fd
Commit
ea54c2fd
authored
Sep 21, 2018
by
Thomas Zimmermann
Committed by
Daniel Stone
Jan 31, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
weston: Store use_pixman as `bool` type
Signed-off-by:
Thomas Zimmermann
<
tzimmermann@suse.de
>
parent
f57774e1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
libweston/compositor-drm.c
libweston/compositor-drm.c
+1
-1
libweston/compositor-headless.h
libweston/compositor-headless.h
+1
-1
No files found.
libweston/compositor-drm.c
View file @
ea54c2fd
...
...
@@ -333,7 +333,7 @@ struct drm_backend {
bool
universal_planes
;
bool
atomic_modeset
;
int
use_pixman
;
bool
use_pixman
;
bool
use_pixman_shadow
;
struct
udev_input
input
;
...
...
libweston/compositor-headless.h
View file @
ea54c2fd
...
...
@@ -40,7 +40,7 @@ struct weston_headless_backend_config {
struct
weston_backend_config
base
;
/** Whether to use the pixman renderer instead of the OpenGL ES renderer. */
int
use_pixman
;
bool
use_pixman
;
};
#ifdef __cplusplus
...
...
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