annotate main.h @ 6:7539e6e1c299

fix desktop file and arguments order in Makefile
author Pavol Rusnak <stick@gk2.sk>
date Thu, 06 Oct 2011 16:02:19 +0200
parents f8ad23e60000
children db42ea75e9ff
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
f8ad23e60000 code rework, show notify window just once
Pavol Rusnak <stick@gk2.sk>
parents:
diff changeset
1 #ifndef MAIN_H
f8ad23e60000 code rework, show notify window just once
Pavol Rusnak <stick@gk2.sk>
parents:
diff changeset
2 #define MAIN_H 1
f8ad23e60000 code rework, show notify window just once
Pavol Rusnak <stick@gk2.sk>
parents:
diff changeset
3
f8ad23e60000 code rework, show notify window just once
Pavol Rusnak <stick@gk2.sk>
parents:
diff changeset
4 struct UpdatesInfo {
f8ad23e60000 code rework, show notify window just once
Pavol Rusnak <stick@gk2.sk>
parents:
diff changeset
5 int normal;
f8ad23e60000 code rework, show notify window just once
Pavol Rusnak <stick@gk2.sk>
parents:
diff changeset
6 int critical;
f8ad23e60000 code rework, show notify window just once
Pavol Rusnak <stick@gk2.sk>
parents:
diff changeset
7 };
f8ad23e60000 code rework, show notify window just once
Pavol Rusnak <stick@gk2.sk>
parents:
diff changeset
8
f8ad23e60000 code rework, show notify window just once
Pavol Rusnak <stick@gk2.sk>
parents:
diff changeset
9 #endif