]> Dogcows Code - chaz/tint2/blobdiff - src/panel.h
*fix* finish dnd problems and autohide
[chaz/tint2] / src / panel.h
index 765b5f19e728b2ea7785638f624d7f3136b9a993..c367213511807d698a80777e6ed17095d24d7440 100644 (file)
@@ -148,7 +148,9 @@ 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_hide(void* p);
+void autohide_trigger_show(Panel* p);
+void autohide_trigger_hide(Panel* p);
 
 #endif
This page took 0.019987 seconds and 4 git commands to generate.