diff options
author | Anatolii Nikulin <nikulin.a@samsung.com> | 2016-07-15 09:15:42 +0300 |
---|---|---|
committer | Anatolii Nikulin <nikulin.a@samsung.com> | 2016-07-15 09:15:42 +0300 |
commit | 7ee889190e8bfcec9b957d384561ef0b576d760b (patch) | |
tree | 4d9559a61df722ee6195c129134e50e6b4dfea60 | |
parent | 711a356a4b1407a037bc88a08726e76eb5148dd3 (diff) | |
download | swap-manager-7ee889190e8bfcec9b957d384561ef0b576d760b.tar.gz swap-manager-7ee889190e8bfcec9b957d384561ef0b576d760b.tar.bz2 swap-manager-7ee889190e8bfcec9b957d384561ef0b576d760b.zip |
add missed header filesubmit/tizen/20160715.080419accepted/tizen/wearable/20160717.034434accepted/tizen/tv/20160717.034444accepted/tizen/mobile/20160717.034405accepted/tizen/ivi/20160717.034454accepted/tizen/common/20160715.175435
Change-Id: Ia7d3cbb36b5d655612b5d27a138d97a77e58a119
Signed-off-by: Anatolii Nikulin <nikulin.a@samsung.com>
-rw-r--r-- | ui_viewer/ui_viewer_screenshot.h | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/ui_viewer/ui_viewer_screenshot.h b/ui_viewer/ui_viewer_screenshot.h new file mode 100644 index 0000000..96a889c --- /dev/null +++ b/ui_viewer/ui_viewer_screenshot.h @@ -0,0 +1,32 @@ +/* + * DA manager + * + * Copyright (c) 2016 Samsung Electronics Co., Ltd. All rights reserved. + * + * Contact: + * + * Anatolii Nikulin <nikulin.a@samsung.com> + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + * Contributors: + * - Samsung RnD Institute Russia + * + */ + +#ifndef _UI_VIEWER_SCREENSHOT_ +#define _UI_VIEWER_SCREENSHOT_ + +void wayland_deinit(void); + +#endif /* _UI_VIEWER_SCREENSHOT_ */ |