X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fpanel.h;fp=src%2Fpanel.h;h=c367213511807d698a80777e6ed17095d24d7440;hb=57dab661b3f5b1c318f782cdc00c5e534dfe58d9;hp=2b2a5707b3ff31bc2e68782564fdbf0c9328ddee;hpb=da414049c77fcbe8346c1920ec668901de30b6bd;p=chaz%2Ftint2 diff --git a/src/panel.h b/src/panel.h index 2b2a570..c367213 100644 --- a/src/panel.h +++ b/src/panel.h @@ -149,6 +149,7 @@ int click_clock(Panel *panel, int x, int y); Area* click_area(Panel *panel, int x, int y); void autohide_show(void* p); +void autohide_hide(void* p); void autohide_trigger_show(Panel* p); void autohide_trigger_hide(Panel* p);