summaryrefslogtreecommitdiff
path: root/bar.h
blob: 4509b0fd262d7871d2045f7a4c49963ab0ca20a2 (plain)
1
2
3
4
5
6
7
8
9
10
/* functions for managing the program bar */

#ifndef _BAR_H
#define _BAR_H

void update_window_names (screen_info *s);
void toggle_bar (screen_info *s);
int show_bar (screen_info *s);
int hide_bar (screen_info *s);
#endif _BAR_H