X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fevents%2Fgesture.h;h=2696f7b8e9473d005d999039085497c4531f4d00;hb=646f736e77b085c86e982c0d1d4b895c2a431330;hp=48c99604808972cab9e9a8123c6bf49b0e62437f;hpb=eb6f5959d8f8e03bf8bfba6c3091bdb962ec0830;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/events/gesture.h b/dali/public-api/events/gesture.h index 48c9960..2696f7b 100644 --- a/dali/public-api/events/gesture.h +++ b/dali/public-api/events/gesture.h @@ -2,7 +2,7 @@ #define __DALI_GESTURE_H__ /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2018 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -18,6 +18,9 @@ * */ +// EXTERNAL INCLUDES +#include // uint32_t + // INTERNAL INCLUDES #include @@ -43,7 +46,7 @@ namespace Dali * @see GestureDetector * */ -struct DALI_IMPORT_API Gesture +struct DALI_CORE_API Gesture { /** * @brief Copy constructor. @@ -112,7 +115,7 @@ struct DALI_IMPORT_API Gesture /** * @brief The time the gesture took place. */ - unsigned int time; + uint32_t time; protected: // Creation