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
Add notes and placeholders for future modifications.
[gwm.git]
/
decorate-core.h
blob
0d768ada6dddf40dfb15fb2314cd1e0ed9df0a87
1
#ifndef DECORATE_CORE_H
2
#define DECORATE_CORE_H
3
4
extern
void
core_update_window
(
struct
gwm_window
*
window
);
5
extern
void
decorate_core_init
(
void
);
6
extern
void
decorate_core_done
(
void
);
7
8
#endif