*fix* start work on autohide+drag'n'drop

*fix* fallback version is 0.11-svn



git-svn-id: http://tint2.googlecode.com/svn/trunk@510 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
Andreas.Fink85
2010-06-20 15:56:04 +00:00
parent 6dc42dbec8
commit 72cdc49512
3 changed files with 11 additions and 7 deletions

View File

@@ -148,7 +148,8 @@ int click_padding(Panel *panel, int x, int y);
int click_clock(Panel *panel, int x, int y);
Area* click_area(Panel *panel, int x, int y);
void autohide_trigger_show();
void autohide_trigger_hide();
void autohide_show(void* p);
void autohide_trigger_show(Panel* p);
void autohide_trigger_hide(Panel* p);
#endif