diff options
author | Marvin Borner | 2021-02-22 19:55:49 +0100 |
---|---|---|
committer | Marvin Borner | 2021-02-22 19:55:49 +0100 |
commit | 4c527e07fff9ed0a1eb0f34f1abd943706a0dba1 (patch) | |
tree | c42bea979caf39459287fb02b4d6fb6f6c05473e /libgui/inc | |
parent | 2d45d21f4b386fc3453fcee279dfd7d9931fe90d (diff) |
Some improvements
Diffstat (limited to 'libgui/inc')
-rw-r--r-- | libgui/inc/gfx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgui/inc/gfx.h b/libgui/inc/gfx.h index cf98129..4a358ca 100644 --- a/libgui/inc/gfx.h +++ b/libgui/inc/gfx.h @@ -43,6 +43,7 @@ #define WF_NO_DRAG (1 << 1) #define WF_NO_RESIZE (1 << 2) #define WF_NO_FB (1 << 3) +#define WF_NO_WINDOW (1 << 4) /* #define WF_RELATIVE (1 << 4) */ enum font_type { FONT_8, FONT_12, FONT_16, FONT_24, FONT_32, FONT_64 }; |