repo.or.cz
/
openbox.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix draw order in x_paint
[openbox.git]
/
openbox
/
plugin.h
blob
8595fbacc2c0159ef46ded7354845fe1f095a68e
1
#ifndef __plugin_h
2
#define __plugin_h
3
4
void
plugin_startup
();
5
void
plugin_shutdown
();
6
7
void
plugin_loadall
();
8
void
plugin_startall
();
9
10
gboolean
plugin_open
(
char
*
name
);
11
void
plugin_close
(
char
*
name
);
12
13
#endif