From 3d25c0a7eda56ea56e5c3bc622ec64b3b640b4c2 Mon Sep 17 00:00:00 2001 From: Alec Berryman Date: Sun, 1 Apr 2007 16:34:16 +0200 Subject: Type error: lockMask :: KeyMask, not KeySym Error prevents compilation on 64-bit systems. darcs-hash:20070401143416-39448-7ab8c797f9590cda9576767eddda6b7ceb5bf2ea --- Config.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.hs b/Config.hs index 14c9922..23ff5e3 100644 --- a/Config.hs +++ b/Config.hs @@ -61,7 +61,7 @@ sizeDelta :: Rational sizeDelta = 3%100 -- The mask for the numlock key. You may need to change this on some systems. -numlockMask :: KeySym +numlockMask :: KeyMask numlockMask = lockMask -- cgit v1.2.3