x11-xim 0.0.3 → 0.0.4
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Graphics/X11/Xim.hsc +1/−1
- x11-xim.cabal +1/−1
Graphics/X11/Xim.hsc view
@@ -75,7 +75,7 @@ foreign import ccall "X11/Xlib.h XGetICValues" c_XGetICValues1 :: Ptr XIC -> CString -> Ptr #{ type unsigned long } -> Ptr () -> IO CString-getICValue :: XIC -> String -> IO Word32+getICValue :: XIC -> String -> IO #{ type unsigned long } getICValue ( XIC pic ) fn = withCString fn $ \cfn -> alloca $ \p -> do r <- c_XGetICValues1 pic cfn p nullPtr
x11-xim.cabal view
@@ -2,7 +2,7 @@ cabal-version: >= 1.2 name: x11-xim-version: 0.0.3+version: 0.0.4 author: Yoshikuni Jujo maintainer: Yoshikuni Jujo <PAF01143@nifty.ne.jp> license: BSD3