diff options
Diffstat (limited to 'src')
-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 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 |