--- ./platform/gtk-x11/xine/xine.old.pyx 2009-12-09 01:28:15.188190643 +0200 +++ ./platform/gtk-x11/xine/xine.pyx 2009-12-08 02:31:18.749785720 +0200 @@ -37,6 +37,8 @@ cdef extern from "X11/Xlib.h": ctypedef unsigned long Drawable + ctypedef struct Display + Display *XOpenDisplay(char* display_name) cdef extern from "Python.h": ctypedef int PyGILState_STATE