diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Window.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Window.hh b/src/Window.hh index 5535c6e..b8dc179 100644 --- a/src/Window.hh +++ b/src/Window.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: Window.hh,v 1.51 2003/02/22 15:10:43 rathnor Exp $ | 25 | // $Id: Window.hh,v 1.52 2003/02/23 01:08:09 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef WINDOW_HH | 27 | #ifndef WINDOW_HH |
28 | #define WINDOW_HH | 28 | #define WINDOW_HH |
@@ -224,7 +224,6 @@ public: | |||
224 | const FluxboxWindow *getTransientFor() const { return client.transient_for; } | 224 | const FluxboxWindow *getTransientFor() const { return client.transient_for; } |
225 | FluxboxWindow *getTransientFor() { return client.transient_for; } | 225 | FluxboxWindow *getTransientFor() { return client.transient_for; } |
226 | 226 | ||
227 | Window getFrameWindow() const { return m_frame.window().window(); } | ||
228 | Window getClientWindow() const { return client.window; } | 227 | Window getClientWindow() const { return client.window; } |
229 | 228 | ||
230 | FbTk::FbWindow &getFbWindow() { return m_frame.window(); } | 229 | FbTk::FbWindow &getFbWindow() { return m_frame.window(); } |