diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-11 21:27:03 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-11 21:27:03 +0000 |
| commit | 6b95bf33363f73d198da2f515f2f9f6bef2278c8 (patch) | |
| tree | cba1c63dfa36730842f5c745fad973792f66902e /cwmcc/root_props.h | |
| parent | 6011fe9c952b91a7f6f8b341e9a2897805bf3725 (diff) | |
add getting of some root properties
Diffstat (limited to 'cwmcc/root_props.h')
| -rw-r--r-- | cwmcc/root_props.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cwmcc/root_props.h b/cwmcc/root_props.h new file mode 100644 index 00000000..0bc5fef7 --- /dev/null +++ b/cwmcc/root_props.h @@ -0,0 +1,6 @@ +#ifndef __cwmcc_root_props_h +#define __cwmcc_root_props_h + +void cwmcc_root_get_supported(Window win, Atom **atoms); + +#endif |
