diff options
author | markt <markt> | 2007-01-01 01:44:35 (GMT) |
---|---|---|
committer | markt <markt> | 2007-01-01 01:44:35 (GMT) |
commit | d6a3af53ffacbcd89e8161b5a5908ad468285b9a (patch) | |
tree | b09f4321d5d71eab5f8be59c94c25ce072018c47 /src/fluxbox.hh | |
parent | e9dd7670f36e8b32ee8dd2b52e1c4f31f808b35c (diff) | |
download | fluxbox-d6a3af53ffacbcd89e8161b5a5908ad468285b9a.zip fluxbox-d6a3af53ffacbcd89e8161b5a5908ad468285b9a.tar.bz2 |
don't run [startup] items if fluxbox fails to load
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index 9855637..c80459a 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -101,7 +101,7 @@ public: | |||
101 | //WinClient *searchGroup(Window); | 101 | //WinClient *searchGroup(Window); |
102 | WinClient *searchWindow(Window); | 102 | WinClient *searchWindow(Window); |
103 | 103 | ||
104 | int initScreen(int screen_nr); | 104 | void initScreen(BScreen *screen); |
105 | BScreen *searchScreen(Window w); | 105 | BScreen *searchScreen(Window w); |
106 | 106 | ||
107 | unsigned int getDoubleClickInterval() const { return *m_rc_double_click_interval; } | 107 | unsigned int getDoubleClickInterval() const { return *m_rc_double_click_interval; } |