diff options
author | fluxgen <fluxgen> | 2003-12-20 17:40:50 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-12-20 17:40:50 (GMT) |
commit | d86f0e36bb6c09e2b3e097f26a6f2ddf0e751e55 (patch) | |
tree | f2045046fd71a099b79b34e8563cf57ec695d72c /src | |
parent | 29c778459955d5aaa17e619f8acf09dc3ec1d9b2 (diff) | |
download | fluxbox_pavel-d86f0e36bb6c09e2b3e097f26a6f2ddf0e751e55.zip fluxbox_pavel-d86f0e36bb6c09e2b3e097f26a6f2ddf0e751e55.tar.bz2 |
keys accessor
Diffstat (limited to 'src')
-rw-r--r-- | src/fluxbox.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index 054af43..003fedb 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.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: fluxbox.hh,v 1.77 2003/12/19 13:36:21 fluxgen Exp $ | 25 | // $Id: fluxbox.hh,v 1.78 2003/12/20 17:40:50 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef FLUXBOX_HH | 27 | #ifndef FLUXBOX_HH |
28 | #define FLUXBOX_HH | 28 | #define FLUXBOX_HH |
@@ -86,7 +86,7 @@ public: | |||
86 | bool validateWindow(Window win) const; | 86 | bool validateWindow(Window win) const; |
87 | void grab(); | 87 | void grab(); |
88 | void ungrab(); | 88 | void ungrab(); |
89 | 89 | Keys *keys() { return m_key.get(); } | |
90 | inline Atom getFluxboxPidAtom() const { return m_fluxbox_pid; } | 90 | inline Atom getFluxboxPidAtom() const { return m_fluxbox_pid; } |
91 | 91 | ||
92 | // Not currently implemented until we decide how it'll be used | 92 | // Not currently implemented until we decide how it'll be used |