xpm.lua

changeset 2
475bf0c54822
parent 0
c75ae749adf5
child 3
7f619444bc2a
equal deleted inserted replaced
1:8724d7c9318e 2:475bf0c54822
1 -- Lua XPM generating library
2 -- (C) 2009 Matthew Wild <mwild1@gmail.com>
3 -- Released under the MIT/X11 license
1 4
2 module("xpm", package.seeall); 5 module("xpm", package.seeall);
3 _M.__index = _M; 6 _M.__index = _M;
4 7
5 function new(width, height, name) 8 function new(width, height, name)

mercurial