summaryrefslogtreecommitdiffstats
path: root/gui/objects.hpp
diff options
context:
space:
mode:
authorDees Troy <dees_troy@teamw.in>2014-02-07 19:38:55 +0100
committerGerrit Code Review <gerrit2@gerrit>2014-02-07 19:38:55 +0100
commit50b24dd57c4266a34d238b2e7e3278312a685b2d (patch)
tree0c7be37f026aa24597356f26e0e6542aa5cf06fd /gui/objects.hpp
parentDisable alpha blending for non-transparent bitmaps (diff)
parentAdd haptic feedback (diff)
downloadandroid_bootable_recovery-50b24dd57c4266a34d238b2e7e3278312a685b2d.tar
android_bootable_recovery-50b24dd57c4266a34d238b2e7e3278312a685b2d.tar.gz
android_bootable_recovery-50b24dd57c4266a34d238b2e7e3278312a685b2d.tar.bz2
android_bootable_recovery-50b24dd57c4266a34d238b2e7e3278312a685b2d.tar.lz
android_bootable_recovery-50b24dd57c4266a34d238b2e7e3278312a685b2d.tar.xz
android_bootable_recovery-50b24dd57c4266a34d238b2e7e3278312a685b2d.tar.zst
android_bootable_recovery-50b24dd57c4266a34d238b2e7e3278312a685b2d.zip
Diffstat (limited to 'gui/objects.hpp')
-rw-r--r--gui/objects.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/objects.hpp b/gui/objects.hpp
index e7bb2a0ee..1053113bd 100644
--- a/gui/objects.hpp
+++ b/gui/objects.hpp
@@ -25,6 +25,7 @@
#include <vector>
#include <string>
#include <map>
+#include <time.h>
extern "C" {
#ifdef HAVE_SELINUX
@@ -285,6 +286,7 @@ protected:
void operation_start(const string operation_name);
void operation_end(const int operation_status, const int simulate);
static void* command_thread(void *cookie);
+ time_t Start;
};
class GUIConsole : public RenderObject, public ActionObject