X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fpanel.h;h=2b2a5707b3ff31bc2e68782564fdbf0c9328ddee;hb=da414049c77fcbe8346c1920ec668901de30b6bd;hp=765b5f19e728b2ea7785638f624d7f3136b9a993;hpb=b079f35351d4dbe5e4bb23bccc1c4338b2f538e3;p=chaz%2Ftint2 diff --git a/src/panel.h b/src/panel.h index 765b5f1..2b2a570 100644 --- a/src/panel.h +++ b/src/panel.h @@ -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