diff options
author | fluxgen <fluxgen> | 2004-05-02 20:48:16 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2004-05-02 20:48:16 (GMT) |
commit | 6ab2a90d72b5350b5e6b410da611fe3ad2a771a9 (patch) | |
tree | 9afc18e95de36947fd6d3bacb4c478968fae7f18 /src/fluxbox.hh | |
parent | f278773f92f8feefcbc1b1f1da4f255e1f01dcdd (diff) | |
download | fluxbox-6ab2a90d72b5350b5e6b410da611fe3ad2a771a9.zip fluxbox-6ab2a90d72b5350b5e6b410da611fe3ad2a771a9.tar.bz2 |
initMenus after we add screen to our list. Added find screen by number.
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index ea10e5d..9651e8c 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.87 2004/04/22 21:07:57 fluxgen Exp $ | 25 | // $Id: fluxbox.hh,v 1.88 2004/05/02 20:48:16 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef FLUXBOX_HH | 27 | #ifndef FLUXBOX_HH |
28 | #define FLUXBOX_HH | 28 | #define FLUXBOX_HH |
@@ -199,7 +199,8 @@ public: | |||
199 | 199 | ||
200 | bool isStartup() const { return m_starting; } | 200 | bool isStartup() const { return m_starting; } |
201 | 201 | ||
202 | 202 | /// get screen from number | |
203 | BScreen *findScreen(int num); | ||
203 | 204 | ||
204 | typedef std::vector<Fluxbox::Titlebar> TitlebarList; | 205 | typedef std::vector<Fluxbox::Titlebar> TitlebarList; |
205 | /// @return whether the timestamps on the menu changed | 206 | /// @return whether the timestamps on the menu changed |