diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-22 00:48:11 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-22 00:48:11 (GMT) |
commit | f6ee704a1d3429c6dedb03d84b4d70103cf8db15 (patch) | |
tree | 771ad770585f400291187331ee5464e977629de2 /src/WinClient.hh | |
parent | a10b308b4eb962fcb703b0806e0b5d77c7057ade (diff) | |
download | fluxbox_pavel-f6ee704a1d3429c6dedb03d84b4d70103cf8db15.zip fluxbox_pavel-f6ee704a1d3429c6dedb03d84b4d70103cf8db15.tar.bz2 |
remove 'friend' declaration in Window.hh
Diffstat (limited to 'src/WinClient.hh')
-rw-r--r-- | src/WinClient.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WinClient.hh b/src/WinClient.hh index 035ece5..2441af8 100644 --- a/src/WinClient.hh +++ b/src/WinClient.hh | |||
@@ -94,7 +94,7 @@ public: | |||
94 | 94 | ||
95 | void setGroupLeftWindow(Window win); | 95 | void setGroupLeftWindow(Window win); |
96 | 96 | ||
97 | void saveBlackboxAttribs(FluxboxWindow::BlackboxAttributes &blackbox_attribs); | 97 | void saveBlackboxAttribs(FluxboxWindow::BlackboxAttributes &blackbox_attribs, int nelements); |
98 | void setFluxboxWindow(FluxboxWindow *win); | 98 | void setFluxboxWindow(FluxboxWindow *win); |
99 | 99 | ||
100 | // does this client have a pending unmap or destroy event? | 100 | // does this client have a pending unmap or destroy event? |