repo.or.cz
/
ion1.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Renamed package to ion1, and made it conflict with package 'ion'.
[ion1.git]
/
src
/
xic.h
blob
8da50f94177389017ac3d2341deb1df00ecbd687
1
/*
2
* ion/xic.h
3
*
4
* Copyright (c) Tuomo Valkonen 1999-2001.
5
* See the included file LICENSE for details.
6
*/
7
8
#ifndef EDLN_XIC_H
9
#define EDLN_XIC_H
10
11
#include
"common.h"
12
13
XIC
create_xic
(
Window win
);
14
15
#endif
/* EDLN_XIC_H */