aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-06-24 15:01:54 (GMT)
committerfluxgen <fluxgen>2003-06-24 15:01:54 (GMT)
commitf7bd41a157349a4488bc3bb1efeae1b44ddd6267 (patch)
tree3cf24fc63047156dc674f55742b6e9727d9b64ad /src/Screen.hh
parent4d389149bce961f531a17079bd3fe42e8d938fd0 (diff)
downloadfluxbox-f7bd41a157349a4488bc3bb1efeae1b44ddd6267.zip
fluxbox-f7bd41a157349a4488bc3bb1efeae1b44ddd6267.tar.bz2
minor cleaning
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index 78a0215..a2f8592 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.109 2003/06/23 14:16:04 rathnor Exp $ 25// $Id: Screen.hh,v 1.110 2003/06/24 15:01:54 fluxgen Exp $
26 26
27#ifndef SCREEN_HH 27#ifndef SCREEN_HH
28#define SCREEN_HH 28#define SCREEN_HH
@@ -307,7 +307,7 @@ public:
307 void updateNetizenWindowFocus(); 307 void updateNetizenWindowFocus();
308 void updateNetizenWindowAdd(Window, unsigned long); 308 void updateNetizenWindowAdd(Window, unsigned long);
309 void updateNetizenWindowDel(Window); 309 void updateNetizenWindowDel(Window);
310 void updateNetizenConfigNotify(XEvent *); 310 void updateNetizenConfigNotify(XEvent &ev);
311 void updateNetizenWindowRaise(Window); 311 void updateNetizenWindowRaise(Window);
312 void updateNetizenWindowLower(Window); 312 void updateNetizenWindowLower(Window);
313 /// create window frame for client window and attach it 313 /// create window frame for client window and attach it