all repos — fluxbox @ 748467ac49f37e18b04de32a9f069dc78df5d450

custom fork of the fluxbox windowmanager

removed old function
fluxgen fluxgen
commit

748467ac49f37e18b04de32a9f069dc78df5d450

parent

0ff94f1c8f53d661f83aad343b9010b8a95de8d4

1 files changed, 1 insertions(+), 2 deletions(-)

jump to
M src/Window.hhsrc/Window.hh

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Window.hh,v 1.51 2003/02/22 15:10:43 rathnor Exp $ +// $Id: Window.hh,v 1.52 2003/02/23 01:08:09 fluxgen Exp $ #ifndef WINDOW_HH #define WINDOW_HH

@@ -224,7 +224,6 @@

const FluxboxWindow *getTransientFor() const { return client.transient_for; } FluxboxWindow *getTransientFor() { return client.transient_for; } - Window getFrameWindow() const { return m_frame.window().window(); } Window getClientWindow() const { return client.window; } FbTk::FbWindow &getFbWindow() { return m_frame.window(); }