diff options
Diffstat (limited to 'include/ui/PixelFormat.h')
| -rw-r--r-- | include/ui/PixelFormat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ui/PixelFormat.h b/include/ui/PixelFormat.h index 607155c..f46f25c 100644 --- a/include/ui/PixelFormat.h +++ b/include/ui/PixelFormat.h @@ -90,7 +90,8 @@ struct PixelFormatInfo RGB = 2, RGBA = 3, LUMINANCE = 4, - LUMINANCE_ALPHA = 5 + LUMINANCE_ALPHA = 5, + OTHER = 0xFF }; struct szinfo { |
