summaryrefslogtreecommitdiff
path: root/button.h
blob: 9a2fbc029a9212b2377172b1541c87a9fba7b054 (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 const event_handler button_handlers[];

#endif