make ffi/util module local

This commit is contained in:
chrox
2014-06-04 17:22:45 +08:00
parent e0ba8b6c35
commit ef84aff1db
8 changed files with 18 additions and 9 deletions

View File

@@ -6,6 +6,7 @@ local Screen = require("ui/screen")
local Math = require("optmath")
local DEBUG = require("dbg")
local _ = require("gettext")
local util = require("ffi/util")
-- constants from <linux/input.h>
local EV_SYN = 0