Merge "Add last clear color API in test gl abstraction." into devel/master
[platform/core/uifw/dali-adaptor.git] / dali / internal / system / windows / trigger-event.h
index 56ee96f..6bf2264 100755 (executable)
@@ -23,7 +23,7 @@
 
 // INTERNAL INCLUDES
 #include <dali/public-api/dali-adaptor-common.h>
-#include <dali/integration-api/adaptors/trigger-event-interface.h>
+#include <dali/integration-api/adaptor-framework/trigger-event-interface.h>
 
 namespace Dali
 {
@@ -74,6 +74,7 @@ private:
 private:
 
   CallbackBase* mCallback;
+  CallbackBase* mSelfCallback;
   int32_t mThreadID;
   TriggerEventInterface::Options mOptions;
 };
@@ -84,4 +85,4 @@ private:
 
 } // namespace Dali
 
-#endif // DALI_INTERNAL_TRIGGER_EVENT_IMPL_H
+#endif // DALI_INTERNAL_TRIGGER_EVENT_IMPL_H
\ No newline at end of file