repo.or.cz
/
rox-filer
/
th.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Running 'make' in the src directory now uses 0launch to find the headers.
[rox-filer/th.git]
/
ROX-Filer
/
src
/
tasklist.h
blob
16a841e811ac18a56a5aeafd65bb524662f3b7ad
1
/*
2
* ROX-Filer, filer for the ROX desktop project
3
* By Thomas Leonard, <tal197@users.sourceforge.net>.
4
*/
5
6
#ifndef _TASKLIST_H
7
#define _TASKLIST_H
8
9
void
tasklist_set_active
(
gboolean active
);
10
void
tasklist_style_changed
(
void
);
11
12
#endif
/* _TASKLIST_H */