play a bit with pahole

This commit is contained in:
Boris Faure 2014-05-08 14:07:37 +02:00
parent 2b9c9a8351
commit b504db6cba
2 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,8 @@ struct _Config_Color
struct _Config
{
int version;
int version;
int scrollback;
struct {
const char *name;
const char *orig_name; /* not in EET */
@ -32,9 +33,8 @@ struct _Config
Eina_Bool inline_please;
} helper;
const char *theme;
const char *background;
const char *background;
const char *wordsep;
int scrollback;
double tab_zoom;
int vidmod;
Eina_Bool jump_on_keypress;

View File

@ -26,8 +26,8 @@ struct _Termio
{
Evas_Object_Smart_Clipped_Data __clipped_data;
struct {
int size;
const char *name;
int size;
int chw, chh;
} font;
struct {
@ -45,6 +45,7 @@ struct _Termio
int cx, cy;
int button;
} mouse;
unsigned int last_keyup;
struct {
char *string;
int x1, y1, x2, y2;
@ -61,7 +62,6 @@ struct _Termio
} link;
int zoom_fontsize_start;
int scroll;
unsigned int last_keyup;
Eina_List *mirrors;
Eina_List *seq;
Evas_Object *self;