Make it work
This commit is contained in:
+2
-2
@@ -61,8 +61,8 @@ module X
|
||||
end
|
||||
|
||||
attach_function :deploy, [], :int
|
||||
attach_function :add_keybind, [:int], :void
|
||||
attach_function :add_mousebind, [:int], :void
|
||||
attach_function :add_keybind, [:int, :int], :void
|
||||
attach_function :add_mousebind, [:int, :int], :void
|
||||
attach_function :cleanup, [], :void
|
||||
attach_function :focus, [:xcb_window_t], :void
|
||||
attach_function :get_focus, [], :xcb_window_t
|
||||
|
||||
Reference in New Issue
Block a user