aboutsummaryrefslogtreecommitdiff
path: root/tray.h
blob: dbe842e04ea999464e5b0d85d348560ab991386b (plain)
1
2
3
4
5
6
7
8
#include <stdbool.h>

void tray_set_defaults();
void tray_init();
void tray_show();
void tray_hide();
bool tray_visible();
bool tray_embedded();