diff options
author | mathias <mathias> | 2004-12-03 02:53:09 (GMT) |
---|---|---|
committer | mathias <mathias> | 2004-12-03 02:53:09 (GMT) |
commit | ce95eedd50055ca1001d6b80476288dcdab9a079 (patch) | |
tree | ed147647406a107310a19412c01f4c1a46da9c8b /src | |
parent | 7a1aa0b77204b21d240761268f4b9648db56ef92 (diff) | |
download | fluxbox-ce95eedd50055ca1001d6b80476288dcdab9a079.zip fluxbox-ce95eedd50055ca1001d6b80476288dcdab9a079.tar.bz2 |
typo
Diffstat (limited to 'src')
-rw-r--r-- | src/SlitClient.hh | 2 |
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 |