aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh4
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