all repos — fluxbox @ 0e251388f024f24ce57255f55215de5275fe6e95

custom fork of the fluxbox windowmanager

added detachCurrentClient
fluxgen fluxgen
commit

0e251388f024f24ce57255f55215de5275fe6e95

parent

67929002b1285897c212e1b88592d8f47ac468c1

1 files changed, 3 insertions(+), 1 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.57 2003/04/15 23:09:15 rathnor Exp $ +// $Id: Window.hh,v 1.58 2003/04/16 12:28:39 fluxgen Exp $ #ifndef WINDOW_HH #define WINDOW_HH

@@ -119,6 +119,8 @@ /// attach client to our client list and remove it from old window

void attachClient(WinClient &client); /// detach client (remove it from list) and create a new window for it bool detachClient(WinClient &client); + /// detach current working client if we have more than one + void detachCurrentClient(); /// remove client from client list bool removeClient(WinClient &client); /// set new current client and raise it