diff options
Diffstat (limited to 'src/Screen.hh')
-rw-r--r-- | src/Screen.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index cb08d06..381eea5 100644 --- a/src/Screen.hh +++ b/src/Screen.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: Screen.hh,v 1.139 2004/04/19 22:44:42 fluxgen Exp $ | 25 | // $Id: Screen.hh,v 1.140 2004/04/28 14:59:11 rathnor Exp $ |
26 | 26 | ||
27 | #ifndef SCREEN_HH | 27 | #ifndef SCREEN_HH |
28 | #define SCREEN_HH | 28 | #define SCREEN_HH |
@@ -259,7 +259,7 @@ public: | |||
259 | void setFocusedWindow(WinClient &winclient); | 259 | void setFocusedWindow(WinClient &winclient); |
260 | 260 | ||
261 | 261 | ||
262 | void dirFocus(FluxboxWindow &win, FocusDir dir); | 262 | void dirFocus(FluxboxWindow &win, const FocusDir dir); |
263 | 263 | ||
264 | void reconfigure(); | 264 | void reconfigure(); |
265 | void rereadMenu(); | 265 | void rereadMenu(); |