aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-05-11 22:19:17 (GMT)
committerfluxgen <fluxgen>2003-05-11 22:19:17 (GMT)
commit7037b9ca2cdf9e03a7a54ef45d6d6f7a601725fd (patch)
treedf0af4b0fc42cb2cb1822f9e9d837a31f87c757d /src/fluxbox.hh
parent725af388cd87549d76253c76f5502db67366a16a (diff)
downloadfluxbox-7037b9ca2cdf9e03a7a54ef45d6d6f7a601725fd.zip
fluxbox-7037b9ca2cdf9e03a7a54ef45d6d6f7a601725fd.tar.bz2
minor fix
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh
index 8233309..25ffeea 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.55 2003/05/11 15:35:24 fluxgen Exp $ 25// $Id: fluxbox.hh,v 1.56 2003/05/11 22:18:33 fluxgen Exp $
26 26
27#ifndef FLUXBOX_HH 27#ifndef FLUXBOX_HH
28#define FLUXBOX_HH 28#define FLUXBOX_HH
@@ -268,6 +268,8 @@ private:
268 bool m_starting; 268 bool m_starting;
269 bool m_shutdown; 269 bool m_shutdown;
270 int m_server_grabs; 270 int m_server_grabs;
271 const char *m_RC_PATH;
272 const char *m_RC_INIT_FILE;
271}; 273};
272 274
273 275