all repos — fluxbox @ 7af4b1a71ad16808ed0f8b2c7c0ddfbd1a6cc9c3

custom fork of the fluxbox windowmanager

minor cleaning
fluxgen fluxgen
commit

7af4b1a71ad16808ed0f8b2c7c0ddfbd1a6cc9c3

parent

1a77f42d4e7301dbe9e2ec9b9a2fcedb9127bc7a

1 files changed, 5 insertions(+), 4 deletions(-)

jump to
M src/Keys.hhsrc/Keys.hh

@@ -19,7 +19,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: Keys.hh,v 1.19 2003/02/02 16:32:38 rathnor Exp $ +// $Id: Keys.hh,v 1.20 2003/02/28 23:37:41 fluxgen Exp $ #ifndef KEYS_HH #define KEYS_HH

@@ -28,8 +28,9 @@ #include <string>

#include <vector> #include <X11/Xlib.h> -class Keys -{ +#include "NotCopyable.hh" + +class Keys:private FbTk::NotCopyable { public: /** Key actions

@@ -69,7 +70,7 @@ Constructor

@param display display connection @param filename file to load, default none */ - Keys(Display *display, const char *filename=0); + explicit Keys(const char *filename=0); /// destructor ~Keys(); /**