appserver in terminology -disable right now as eo api is used - bad

This commit is contained in:
Carsten Haitzler 2014-09-26 00:53:04 +09:00
parent b6b89ba911
commit 4fd5c82c63
2 changed files with 6 additions and 2 deletions

View File

@ -6,7 +6,8 @@
#include "termio.h"
#include "app_server_eet.h"
#if (ELM_VERSION_MAJOR > 1) || (ELM_VERSION_MINOR >= 10)
#if 0
//#if (ELM_VERSION_MAJOR > 1) || (ELM_VERSION_MINOR >= 10)
#ifndef ELM_APP_SERVER_VIEW_EVENT_CLOSED
#define ELM_APP_SERVER_VIEW_EVENT_CLOSED ELM_APP_SERVER_VIEW_EV_CLOSED

View File

@ -103,6 +103,7 @@ _cb_op_behavior_multi_instance_chg(void *data, Evas_Object *obj, void *event EIN
config_save(config, NULL);
}
/*
static void
_cb_op_behavior_application_server_restore_views_chg(void *data, Evas_Object *obj,
void *event EINA_UNUSED)
@ -160,6 +161,7 @@ _cb_op_behavior_application_server_chg(void *data, Evas_Object *obj, void *event
_behavior_option_restore_opened_views_add(term, obj);
config_save(config, NULL);
}
*/
static void
_cb_op_behavior_xterm_256color_chg(void *data, Evas_Object *obj,
@ -396,7 +398,7 @@ options_behavior(Evas_Object *opbox, Evas_Object *term)
evas_object_show(o);
evas_object_smart_callback_add(o, "changed",
_cb_op_behavior_active_links_chg, term);
/*
o = elm_check_add(bx);
evas_object_size_hint_weight_set(o, EVAS_HINT_EXPAND, 0.0);
evas_object_size_hint_align_set(o, EVAS_HINT_FILL, 0.5);
@ -410,6 +412,7 @@ options_behavior(Evas_Object *opbox, Evas_Object *term)
evas_object_data_set(o, "box", bx);
if (config->application_server)
_behavior_option_restore_opened_views_add(term, o);
*/
o = elm_check_add(bx);
evas_object_size_hint_weight_set(o, EVAS_HINT_EXPAND, 0.0);