summaryrefslogtreecommitdiff
path: root/button.h
blob: 03a7505e02ec3599dcf8367975222615a6ebc064 (plain)
1
2
3
4
5
6
7
8
9
#ifndef BUTTON_H
#define BUTTON_H

extern int button_size( struct gwm_window *window, int include_x_border );
extern int button_xb( struct gwm_window *window );

extern event_handler button_handlers[];

#endif