repo.or.cz
/
gwm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Obtain RGB_COLOR_MAP property length in format units, not bytes.
[gwm.git]
/
button.h
blob
9a2fbc029a9212b2377172b1541c87a9fba7b054
1
#ifndef BUTTON_H
2
#define BUTTON_H
3
4
extern
int
button_size
(
struct
gwm_window
*
window
,
int
include_x_border
);
5
extern
int
button_xb
(
struct
gwm_window
*
window
);
6
7
extern
const
event_handler button_handlers
[];
8
9
#endif