Revision 15328,
783 bytes
checked in by ghudson, 24 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r15327,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | /*overall include file*/ |
---|
2 | #ifndef PANEL_INCLUDE_H |
---|
3 | #define PANEL_INCLUDE_H |
---|
4 | |
---|
5 | #include "panel-types.h" |
---|
6 | |
---|
7 | #include "panel-widget.h" |
---|
8 | #include "basep-widget.h" |
---|
9 | #include "edge-widget.h" |
---|
10 | #include "aligned-widget.h" |
---|
11 | #include "sliding-widget.h" |
---|
12 | #include "floating-widget.h" |
---|
13 | #include "drawer-widget.h" |
---|
14 | #include "foobar-widget.h" |
---|
15 | |
---|
16 | #include "button-widget.h" |
---|
17 | |
---|
18 | #include "panel.h" |
---|
19 | #include "applet.h" |
---|
20 | #include "session.h" |
---|
21 | #include "main.h" |
---|
22 | |
---|
23 | #include "panel_config.h" |
---|
24 | #include "panel_config_global.h" |
---|
25 | |
---|
26 | #include "distribution.h" |
---|
27 | |
---|
28 | #include "menu.h" |
---|
29 | #include "menu-fentry.h" |
---|
30 | #include "menu-rh.h" |
---|
31 | #include "menu-properties.h" |
---|
32 | #include "menu-util.h" |
---|
33 | #include "drawer.h" |
---|
34 | #include "swallow.h" |
---|
35 | #include "launcher.h" |
---|
36 | #include "logout.h" |
---|
37 | #include "extern.h" |
---|
38 | #include "status.h" |
---|
39 | |
---|
40 | #include "panel-util.h" |
---|
41 | |
---|
42 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.