This commit is contained in:
Boris Faure 2014-11-30 21:17:23 +01:00
parent 2a82a9d62e
commit 4ccd2fba63
3 changed files with 160 additions and 1046 deletions

View File

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

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,6 @@
#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);