diff options
Diffstat (limited to 'src/area_popup.h')
-rw-r--r-- | src/area_popup.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/area_popup.h b/src/area_popup.h index 50e10e8..f8a2355 100644 --- a/src/area_popup.h +++ b/src/area_popup.h | |||
@@ -16,6 +16,9 @@ class AreaPopup : public wxScrolledCanvas { | |||
16 | void ResetIndicators(); | 16 | void ResetIndicators(); |
17 | void UpdateIndicators(); | 17 | void UpdateIndicators(); |
18 | 18 | ||
19 | int GetFullWidth() const { return full_width_; } | ||
20 | int GetFullHeight() const { return full_height_; } | ||
21 | |||
19 | private: | 22 | private: |
20 | enum IndicatorType { | 23 | enum IndicatorType { |
21 | kLOCATION, | 24 | kLOCATION, |