diff options
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 |