comparison: console/libgnt/wms/s.c
console/libgnt/wms/s.c
- changeset 15863
- 7411e672a88b
- parent 15826
- 273b7247786b
equal
deleted
inserted
replaced
| |
1 #include <string.h> |
| |
2 #include <sys/types.h> |
| |
3 |
| 1 #include "gnt.h" |
4 #include "gnt.h" |
| 2 #include "gntbox.h" |
5 #include "gntbox.h" |
| 3 #include "gntmenu.h" |
6 #include "gntmenu.h" |
| 4 #include "gntstyle.h" |
7 #include "gntstyle.h" |
| 5 #include "gntwm.h" |
8 #include "gntwm.h" |
| 6 #include "gntwindow.h" |
9 #include "gntwindow.h" |
| 7 #include "gntlabel.h" |
10 #include "gntlabel.h" |
| 8 |
11 |
| 9 #include "blist.h" |
12 #include "blist.h" |
| 10 |
|
| 11 #include <string.h> |
|
| 12 |
13 |
| 13 #define TYPE_S (s_get_gtype()) |
14 #define TYPE_S (s_get_gtype()) |
| 14 |
15 |
| 15 typedef struct _S |
16 typedef struct _S |
| 16 { |
17 { |