diff options
author | fluxgen <fluxgen> | 2002-01-20 02:10:37 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-01-20 02:10:37 (GMT) |
commit | b07fd39e663e2e0b32ef8633041678e36dcf596f (patch) | |
tree | f7cbf9a4289704fca9bf5b34ad8966dffc3485fa /src/IconBar.cc | |
parent | fdb6b3f41b0fc45ffc2b31454807b32dd5b5bbf6 (diff) | |
download | fluxbox_pavel-b07fd39e663e2e0b32ef8633041678e36dcf596f.zip fluxbox_pavel-b07fd39e663e2e0b32ef8633041678e36dcf596f.tar.bz2 |
fixed include screen
Diffstat (limited to 'src/IconBar.cc')
-rw-r--r-- | src/IconBar.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/IconBar.cc b/src/IconBar.cc index 13f39c9..331204e 100644 --- a/src/IconBar.cc +++ b/src/IconBar.cc | |||
@@ -19,10 +19,11 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: IconBar.cc,v 1.7 2002/01/09 14:11:20 fluxgen Exp $ | 22 | // $Id: IconBar.cc,v 1.8 2002/01/20 02:10:37 fluxgen Exp $ |
23 | 23 | ||
24 | #include "IconBar.hh" | 24 | #include "IconBar.hh" |
25 | #include "i18n.hh" | 25 | #include "i18n.hh" |
26 | #include "Screen.hh" | ||
26 | 27 | ||
27 | IconBarObj::IconBarObj(FluxboxWindow *fluxboxwin, Window iconwin) | 28 | IconBarObj::IconBarObj(FluxboxWindow *fluxboxwin, Window iconwin) |
28 | { | 29 | { |