summaryrefslogtreecommitdiff
path: root/src/select/propget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/propget.h')
-rw-r--r--src/select/propget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/select/propget.h b/src/select/propget.h
index 16b8fc2..15fef05 100644
--- a/src/select/propget.h
+++ b/src/select/propget.h
@@ -184,6 +184,8 @@ static inline uint8_t get_writing_mode(
uint8_t bits = style->uncommon->bits[WRITING_MODE_INDEX];
bits &= WRITING_MODE_MASK;
bits >>= WRITING_MODE_SHIFT;
+
+ /* 2bits: type */
return bits;
}
@@ -1500,7 +1502,6 @@ static inline uint8_t get_display_static(
/* 5bits: type */
return bits;
}
-
#undef DISPLAY_MASK
#undef DISPLAY_SHIFT
#undef DISPLAY_INDEX