summaryrefslogtreecommitdiff
path: root/main/src/ug-image-viewer.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/ug-image-viewer.h')
-rwxr-xr-xmain/src/ug-image-viewer.h35
1 files changed, 17 insertions, 18 deletions
diff --git a/main/src/ug-image-viewer.h b/main/src/ug-image-viewer.h
index 412a53b..4c21b7c 100755
--- a/main/src/ug-image-viewer.h
+++ b/main/src/ug-image-viewer.h
@@ -1,25 +1,23 @@
-/*
- * Copyright 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://www.tizenopensource.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.
- */
-
+/*
+ * Copyright 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://www.tizenopensource.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 __UG_IMAGE_VIEWER_H__
#define __UG_IMAGE_VIEWER_H__
#include <Elementary.h>
-#include <libintl.h>
#include "ivug-common.h"
@@ -30,11 +28,11 @@ typedef struct ug_data {
// View Data;
Ivug_MainView *main_view;
Ivug_SetAsView *setas_view;
+ IvugCropUG *crop_ug;
ivug_parameter* ivug_param;
bool bUseBlackTheme; // TODO : SetAs view from setting does not use black theme
-
} _AppData;
#ifdef __cplusplus
@@ -48,3 +46,4 @@ extern "C" {
#endif
#endif /* __UG_IMAGE_VIEWER_H__ */
+