aboutsummaryrefslogtreecommitdiff
path: root/src/Keys.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-02-28 23:37:41 (GMT)
committerfluxgen <fluxgen>2003-02-28 23:37:41 (GMT)
commit7af4b1a71ad16808ed0f8b2c7c0ddfbd1a6cc9c3 (patch)
tree8ca33c43a5f37c4997d0065f1e657fa158e716f6 /src/Keys.hh
parent1a77f42d4e7301dbe9e2ec9b9a2fcedb9127bc7a (diff)
downloadfluxbox-7af4b1a71ad16808ed0f8b2c7c0ddfbd1a6cc9c3.zip
fluxbox-7af4b1a71ad16808ed0f8b2c7c0ddfbd1a6cc9c3.tar.bz2
minor cleaning
Diffstat (limited to 'src/Keys.hh')
-rw-r--r--src/Keys.hh9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/Keys.hh b/src/Keys.hh
index d59b002..bfe3222 100644
--- a/src/Keys.hh
+++ b/src/Keys.hh
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: Keys.hh,v 1.19 2003/02/02 16:32:38 rathnor Exp $ 22// $Id: Keys.hh,v 1.20 2003/02/28 23:37:41 fluxgen Exp $
23 23
24#ifndef KEYS_HH 24#ifndef KEYS_HH
25#define KEYS_HH 25#define KEYS_HH
@@ -28,8 +28,9 @@
28#include <vector> 28#include <vector>
29#include <X11/Xlib.h> 29#include <X11/Xlib.h>
30 30
31class Keys 31#include "NotCopyable.hh"
32{ 32
33class Keys:private FbTk::NotCopyable {
33public: 34public:
34 /** 35 /**
35 Key actions 36 Key actions
@@ -69,7 +70,7 @@ public:
69 @param display display connection 70 @param display display connection
70 @param filename file to load, default none 71 @param filename file to load, default none
71 */ 72 */
72 Keys(Display *display, const char *filename=0); 73 explicit Keys(const char *filename=0);
73 /// destructor 74 /// destructor
74 ~Keys(); 75 ~Keys();
75 /** 76 /**