lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Michal Kottman wrote:
> This should make it possible to get the X11 window handle as lightuserdata,
> which LuaJIT can then use to call the necessary functions.

Yep. But I guess he needs the X11 display handle, too. And that
X11 property stuff is rather ugly, too. Translating from a working
C example would be easiest.

--Mike