From 3383d8e5561dfc6fb2b65e0a194df94ccb5e08af Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Wed, 21 Jan 2015 23:27:31 -0200 Subject: Sorry about the mega-patch. This is a work-in-progress, code is currently broken. (Some actions, and notably, the header, are missing.) --- MetersPanel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'MetersPanel.h') diff --git a/MetersPanel.h b/MetersPanel.h index 56c83e77..06b78da6 100644 --- a/MetersPanel.h +++ b/MetersPanel.h @@ -19,6 +19,7 @@ typedef struct MetersPanel_ { Settings* settings; Vector* meters; ScreenManager* scr; + bool moving; } MetersPanel; -- cgit v1.2.3