repo.or.cz
/
fvwm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix compiler warnings.
[fvwm.git]
/
fvwm
/
icccm2.h
blob
5e989779b2e6f4c6d6a5e402c42273a6c9c28ec5
1
/* -*-c-*- */
2
3
#ifndef ICCCM2_h
4
#define ICCCM2_h
5
6
extern
void
SetupICCCM2
(
Bool replace_wm
);
7
extern
void
CloseICCCM2
(
void
);
8
extern
void
icccm2_handle_selection_request
(
const
XEvent
*
e
);
9
extern
void
icccm2_handle_selection_clear
(
void
);
10
11
#endif
/* ICCCM2_H */