aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathias <mathias>2004-12-03 02:53:09 (GMT)
committermathias <mathias>2004-12-03 02:53:09 (GMT)
commitce95eedd50055ca1001d6b80476288dcdab9a079 (patch)
treeed147647406a107310a19412c01f4c1a46da9c8b
parent7a1aa0b77204b21d240761268f4b9648db56ef92 (diff)
downloadfluxbox-ce95eedd50055ca1001d6b80476288dcdab9a079.zip
fluxbox-ce95eedd50055ca1001d6b80476288dcdab9a079.tar.bz2
typo
-rw-r--r--src/SlitClient.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SlitClient.hh b/src/SlitClient.hh
index 53d9de9..cbb0d9f 100644
--- a/src/SlitClient.hh
+++ b/src/SlitClient.hh
@@ -69,7 +69,7 @@ private:
69 Window m_window, m_client_window, m_icon_window; 69 Window m_window, m_client_window, m_icon_window;
70 int m_x, m_y; 70 int m_x, m_y;
71 unsigned int m_width, m_height; 71 unsigned int m_width, m_height;
72 bool m_visible; ///< wheter the client should be visible or not 72 bool m_visible; ///< whether the client should be visible or not
73}; 73};
74 74
75#endif // SLITCLIENT_HH 75#endif // SLITCLIENT_HH