mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-13 13:29:44 -05:00
Use gbm_bo_map for cursor
This commit is contained in:
parent
dbe66d1963
commit
d09ca20a4d
3 changed files with 40 additions and 6 deletions
|
|
@ -99,7 +99,7 @@ static bool egl_get_config(EGLDisplay disp, EGLConfig *out, EGLenum platform) {
|
|||
continue;
|
||||
}
|
||||
|
||||
if (gbm_format == GBM_FORMAT_XRGB8888) {
|
||||
if (gbm_format == GBM_FORMAT_ARGB8888) {
|
||||
*out = configs[i];
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue