diff options
author | Timothy Pearson <[email protected]> | 2014-11-29 00:33:46 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-11-29 00:34:07 -0600 |
commit | 17b142dd646ce4053f4548c0ff7b189531219c32 (patch) | |
tree | f1cdf93b01b4c76d8d9e5079d64c2a27b442cc98 /twin/client.h | |
parent | 2f7d50c20cebb33745c0ecea5a5b6cc3f4747d6e (diff) | |
download | tdebase-17b142dd646ce4053f4548c0ff7b189531219c32.tar.gz tdebase-17b142dd646ce4053f4548c0ff7b189531219c32.zip |
Send setActive signal when taking focus in Client::takeFocus
This relates to Bug 2189
Clean up minor formatting issues
Diffstat (limited to 'twin/client.h')
-rw-r--r-- | twin/client.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/twin/client.h b/twin/client.h index 674251a5a..d3c7e7b13 100644 --- a/twin/client.h +++ b/twin/client.h @@ -122,7 +122,7 @@ class Client : public TQObject, public KDecorationDefines bool isOnCurrentDesktop() const; bool isOnAllDesktops() const; void setOnAllDesktops( bool set ); - + bool isOnScreen( int screen ) const; // true if it's at least partially there int screen() const; // the screen where the center is @@ -274,7 +274,7 @@ class Client : public TQObject, public KDecorationDefines void NETMoveResize( int x_root, int y_root, NET::Direction direction ); void NETMoveResizeWindow( int flags, int x, int y, int width, int height ); void restackWindow( Window above, int detail, NET::RequestSource source, Time timestamp, bool send_event = false ); - + void gotPing( Time timestamp ); static TQCString staticWindowRole(WId); |