Remember to handle rgb_visual case in surface_attach.
This commit is contained in:
parent
de31d5ca6f
commit
e10b828562
@ -587,6 +587,8 @@ surface_attach(struct wl_client *client,
|
||||
es->visual = &ec->argb_visual;
|
||||
else if (visual == &ec->premultiplied_argb_visual.base)
|
||||
es->visual = &ec->premultiplied_argb_visual;
|
||||
else if (visual == &ec->rgb_visual.base)
|
||||
es->visual = &ec->rgb_visual;
|
||||
else
|
||||
/* FIXME: Smack client with an exception event */;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user