summaryrefslogtreecommitdiff
path: root/setting-display/include/setting-display-screen-mode.h
diff options
context:
space:
mode:
Diffstat (limited to 'setting-display/include/setting-display-screen-mode.h')
-rwxr-xr-xsetting-display/include/setting-display-screen-mode.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/setting-display/include/setting-display-screen-mode.h b/setting-display/include/setting-display-screen-mode.h
new file mode 100755
index 0000000..b85555c
--- /dev/null
+++ b/setting-display/include/setting-display-screen-mode.h
@@ -0,0 +1,27 @@
+/*
+ * setting
+ * Copyright (c) 2012 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Flora License, Version 1.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://floralicense.org/license/
+ *
+ * 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.
+ */
+#ifndef __SETTING_DISPLAY_SCREEN_MODE_H__
+#define __SETTING_DISPLAY_SCREEN_MODE_H__
+
+#include <setting-display.h>
+
+
+static void
+setting_display_screen_mode_click_softkey_back_cb(void *data, Evas_Object *obj,
+ void *event_info);
+
+#endif /* __SETTING_DISPLAY_MAIN_H__ */