all repos — fluxbox @ d86f0e36bb6c09e2b3e097f26a6f2ddf0e751e55

custom fork of the fluxbox windowmanager

keys accessor
fluxgen fluxgen
commit

d86f0e36bb6c09e2b3e097f26a6f2ddf0e751e55

parent

29c778459955d5aaa17e619f8acf09dc3ec1d9b2

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

jump to
M src/fluxbox.hhsrc/fluxbox.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: fluxbox.hh,v 1.77 2003/12/19 13:36:21 fluxgen Exp $ +// $Id: fluxbox.hh,v 1.78 2003/12/20 17:40:50 fluxgen Exp $ #ifndef FLUXBOX_HH #define FLUXBOX_HH

@@ -86,7 +86,7 @@ void eventLoop();

bool validateWindow(Window win) const; void grab(); void ungrab(); - + Keys *keys() { return m_key.get(); } inline Atom getFluxboxPidAtom() const { return m_fluxbox_pid; } // Not currently implemented until we decide how it'll be used