mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:07:35 +00:00
Userland: Register MIME type/extension for .tvg
These both come from the specification.
This commit is contained in:
parent
ae18186905
commit
ee09ecaf42
3 changed files with 6 additions and 2 deletions
|
@ -28,7 +28,8 @@
|
|||
__ENUMERATE_IMAGE_FORMAT(jpeg, ".jpeg") \
|
||||
__ENUMERATE_IMAGE_FORMAT(dds, ".dds") \
|
||||
__ENUMERATE_IMAGE_FORMAT(qoi, ".qoi") \
|
||||
__ENUMERATE_IMAGE_FORMAT(tga, ".tga")
|
||||
__ENUMERATE_IMAGE_FORMAT(tga, ".tga") \
|
||||
__ENUMERATE_IMAGE_FORMAT(tvg, ".tvg")
|
||||
|
||||
namespace Gfx {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue