diff options
Diffstat (limited to 'src/ui/theme.h')
-rw-r--r-- | src/ui/theme.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/theme.h b/src/ui/theme.h index 4e21a6e5..0713e2ce 100644 --- a/src/ui/theme.h +++ b/src/ui/theme.h @@ -92,6 +92,9 @@ struct _MetaFrameLayout /** Size of bottom side */ int bottom_height; + /** Invisible border */ + GtkBorder invisible_border; + /** Border of blue title region * \bug (blue?!) **/ |