moved initial values in function default_xxx
git-svn-id: http://tint2.googlecode.com/svn/trunk@423 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
@@ -42,8 +42,13 @@ typedef struct {
|
||||
|
||||
extern Tooltip g_tooltip;
|
||||
|
||||
void init_tooltip();
|
||||
|
||||
// default values
|
||||
void default_tooltip();
|
||||
// freed memory
|
||||
void cleanup_tooltip();
|
||||
|
||||
void init_tooltip();
|
||||
void tooltip_trigger_show(Area* area, Panel* p, int x, int y);
|
||||
void tooltip_show(void* /*arg*/);
|
||||
void tooltip_update();
|
||||
|
||||
Reference in New Issue
Block a user