repo.or.cz
/
dockapps.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
wmclockmon: update change-log
[dockapps.git]
/
wmclockmon
/
wmclockmon-cal
/
mainwindow.h
blob
a4febd48ea83f125045e0e7e912bc23f73116676
1
/*
2
* Create the main window.
3
*/
4
5
#ifndef MAINWINDOW_H
6
#define MAINWINDOW_H
7
8
#include <gtk/gtk.h>
9
10
void
create_mainwindow
(
void
);
11
12
#endif