Revert "clean up"

This reverts commit 4ccd2fba63.
This commit is contained in:
Carsten Haitzler 2014-12-03 08:42:27 +09:00
parent 2145962556
commit 64be8ed6b3
3 changed files with 1047 additions and 161 deletions

View File

@ -870,7 +870,7 @@ remote:
evas_object_show(win);
if (startup_split)
{
/* TODO: make that option work again */
/* TODO: boris */
#if 0
unsigned int i = 0;
void *pch = NULL;

File diff suppressed because it is too large Load Diff

View File

@ -5,6 +5,7 @@
#include "term_container.h"
Eina_Bool main_term_popup_exists(const Term *term);
void main_term_focus(Term *term);
Evas_Object *main_term_evas_object_get(Term *term);
Evas_Object *term_miniview_get(Term *term);