mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-17 06:46:21 -04:00
Strip out 16f-bit surfaces, for now
pixman 0.46.0 has been released, with support for 16-bit integer images. Let's get that merged before 16f-bit.
This commit is contained in:
parent
2d23010c23
commit
e2259e08a6
9 changed files with 13 additions and 64 deletions
|
|
@ -496,8 +496,6 @@ struct wayland {
|
|||
bool shm_have_xrgb2101010:1;
|
||||
bool shm_have_abgr2101010:1;
|
||||
bool shm_have_xbgr2101010:1;
|
||||
bool shm_have_abgr161616f:1;
|
||||
bool shm_have_xbgr161616f:1;
|
||||
bool shm_have_abgr161616:1;
|
||||
bool shm_have_xbgr161616:1;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue