Removed app floopper-bloopper and font FontGlyph (#549)
* Remove app floopper-bloopper and FontGlyph * Gui: proper viewport allocator declaration Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
This commit is contained in:
@@ -13,12 +13,7 @@ typedef enum {
|
||||
ColorBlack = 0x01,
|
||||
} Color;
|
||||
|
||||
typedef enum {
|
||||
FontPrimary = 0x00,
|
||||
FontSecondary = 0x01,
|
||||
FontGlyph = 0x02,
|
||||
FontKeyboard = 0x03
|
||||
} Font;
|
||||
typedef enum { FontPrimary, FontSecondary, FontKeyboard } Font;
|
||||
|
||||
typedef enum {
|
||||
AlignLeft,
|
||||
|
Reference in New Issue
Block a user