annotate main.h @ 3:f8ad23e60000

code rework, show notify window just once
author Pavol Rusnak <stick@gk2.sk>
date Tue, 27 Sep 2011 12:15:39 +0200
parents
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