summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJinkun Jang <jinkun.jang@samsung.com>2013-03-16 01:04:14 +0900
committerJinkun Jang <jinkun.jang@samsung.com>2013-03-16 01:04:14 +0900
commitb308071cc0ef1b4249b8ae2345d3c0a87ab8adfd (patch)
treedf6ea7294bb4b7ee5791ad85d95d9b69dab4c2df /include
parent07eb0c3cb8e30e74db35671045b42676f94e4a28 (diff)
downloadminicontrol-b308071cc0ef1b4249b8ae2345d3c0a87ab8adfd.tar.gz
minicontrol-b308071cc0ef1b4249b8ae2345d3c0a87ab8adfd.tar.bz2
minicontrol-b308071cc0ef1b4249b8ae2345d3c0a87ab8adfd.zip
merge with master
Diffstat (limited to 'include')
-rwxr-xr-xinclude/minicontrol-type.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/minicontrol-type.h b/include/minicontrol-type.h
index 6e11521..3aa47b4 100755
--- a/include/minicontrol-type.h
+++ b/include/minicontrol-type.h
@@ -52,6 +52,8 @@ typedef enum {
typedef enum {
MINICONTROL_REQ_NONE = 0,
MINICONTROL_REQ_HIDE_VIEWER = 100,
+ MINICONTROL_REQ_FREEZE_SCROLL_VIEWER,
+ MINICONTROL_REQ_UNFREEZE_SCROLL_VIEWER,
}minicontrol_request_e;
#endif /* _MINICTRL_TYPE_H_ */