aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-04-15 12:12:29 (GMT)
committerfluxgen <fluxgen>2003-04-15 12:12:29 (GMT)
commit9a2777a116cb1c69722eb2238ef8de19975ca851 (patch)
tree9eabfb318702d3afa15f79012bcaed1137e670b5
parentc09fbcd48073eac2beeca99e1e86acde5d768ba1 (diff)
downloadfluxbox-9a2777a116cb1c69722eb2238ef8de19975ca851.zip
fluxbox-9a2777a116cb1c69722eb2238ef8de19975ca851.tar.bz2
need fbatoms
-rw-r--r--src/WinClient.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/WinClient.cc b/src/WinClient.cc
index 467b2b5..5812b9b 100644
--- a/src/WinClient.cc
+++ b/src/WinClient.cc
@@ -19,7 +19,7 @@
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: WinClient.cc,v 1.2 2003/04/14 12:08:21 fluxgen Exp $ 22// $Id: WinClient.cc,v 1.3 2003/04/15 12:12:29 fluxgen Exp $
23 23
24#include "WinClient.hh" 24#include "WinClient.hh"
25 25
@@ -27,6 +27,7 @@
27#include "fluxbox.hh" 27#include "fluxbox.hh"
28#include "Screen.hh" 28#include "Screen.hh"
29#include "i18n.hh" 29#include "i18n.hh"
30#include "FbAtoms.hh"
30 31
31#include <iostream> 32#include <iostream>
32#include <algorithm> 33#include <algorithm>