aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-03-01 15:28:56 (GMT)
committerfluxgen <fluxgen>2002-03-01 15:28:56 (GMT)
commit32cb305aadfb305af6ae96f8d15f8ab82e3cbb67 (patch)
treee71548423a479d438f952d1229e998e537e9f4b3 /src/fluxbox.hh
parent78e0f1fea49dd2dc323670de3752c327b7e9e9bc (diff)
downloadfluxbox-32cb305aadfb305af6ae96f8d15f8ab82e3cbb67.zip
fluxbox-32cb305aadfb305af6ae96f8d15f8ab82e3cbb67.tar.bz2
fixed default arguments for titlebar
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh
index 7e5764f..4ba3e67 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.12 2002/02/26 22:42:58 fluxgen Exp $ 25// $Id: fluxbox.hh,v 1.13 2002/03/01 15:28:56 fluxgen Exp $
26 26
27#ifndef FLUXBOX_HH 27#ifndef FLUXBOX_HH
28#define FLUXBOX_HH 28#define FLUXBOX_HH
@@ -276,8 +276,9 @@ private:
276 char *rc_file, **argv; 276 char *rc_file, **argv;
277 int argc; 277 int argc;
278 Keys *key; 278 Keys *key;
279 //default arguments for titlebar left and right
280 static Fluxbox::Titlebar m_titlebar_left[], m_titlebar_right[];
279 281
280
281protected: 282protected:
282 Fluxbox(int, char **, char * = 0, char * = 0); 283 Fluxbox(int, char **, char * = 0, char * = 0);
283 char *getRcFilename(); 284 char *getRcFilename();