aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh
index 1975929..19f3d32 100644
--- a/src/fluxbox.hh
+++ b/src/fluxbox.hh
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: fluxbox.hh,v 1.67 2003/07/19 13:51:24 rathnor Exp $ 25// $Id: fluxbox.hh,v 1.68 2003/07/23 10:43:30 fluxgen Exp $
26 26
27#ifndef FLUXBOX_HH 27#ifndef FLUXBOX_HH
28#define FLUXBOX_HH 28#define FLUXBOX_HH
@@ -281,6 +281,7 @@ private:
281 bool m_have_shape; ///< if shape is supported by server 281 bool m_have_shape; ///< if shape is supported by server
282 const char *m_RC_PATH; 282 const char *m_RC_PATH;
283 const char *m_RC_INIT_FILE; 283 const char *m_RC_INIT_FILE;
284 Atom m_kwm1_dockwindow, m_kwm2_dockwindow;
284}; 285};
285 286
286 287