git-svn-id: http://tint2.googlecode.com/svn/trunk@288 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
thilor77
2009-12-17 11:08:14 +00:00
parent f4867f9366
commit e11cb05c96
10 changed files with 80 additions and 9 deletions

View File

@@ -102,7 +102,6 @@ void tooltip_trigger_show(Area* area, Panel* p, int x_root, int y_root)
}
else if (!g_tooltip.mapped) {
start_show_timeout();
//printf("!g_tooltip.mapped %d %d\n", x, y);
}
}

View File

@@ -50,7 +50,7 @@ typedef struct
typedef struct {
// absolute coordinate in panel
// coordinate relative to panel window
int posx, posy;
// width and height including border
int width, height;