summaryrefslogtreecommitdiffstats
path: root/core/m_option.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/m_option.h')
-rw-r--r--core/m_option.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/m_option.h b/core/m_option.h
index ca75d494bb..87fa959992 100644
--- a/core/m_option.h
+++ b/core/m_option.h
@@ -81,6 +81,7 @@ struct m_color {
struct m_geometry {
int x, y, w, h;
bool xy_valid : 1, wh_valid : 1;
+ bool w_per : 1, h_per : 1;
bool x_sign : 1, y_sign : 1, x_per : 1, y_per : 1;
};