all repos — fluxbox @ c0e839b64d00f5f4806e9c8092e3f41a63bd98c4

custom fork of the fluxbox windowmanager

added raiseAndFocus
fluxgen fluxgen
commit

c0e839b64d00f5f4806e9c8092e3f41a63bd98c4

parent

98a3f4c7269f6bceb0439024e67bd09c44d17df0

1 files changed, 2 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.46 2003/02/16 15:12:08 rathnor Exp $ +// $Id: Window.hh,v 1.47 2003/02/16 16:43:00 fluxgen Exp $ #ifndef WINDOW_HH #define WINDOW_HH

@@ -108,6 +108,7 @@ void setWindowNumber(int n) { window_number = n; }

bool validateClient(); bool setInputFocus(); + void raiseAndFocus() { raise(); setInputFocus(); } void setTab(bool flag); void setFocusFlag(bool flag); void iconify();