Searched defs:_DFB_WindowData (Results 1 – 1 of 1) sorted by relevance
31 struct _DFB_WindowData struct33 IDirectFBSurface *window_surface; /* window surface */34 IDirectFBSurface *surface; /* client drawing surface */35 IDirectFBWindow *dfbwin;36 IDirectFBEventBuffer *eventbuffer;38 SDL_Window *next;39 Uint8 opacity;40 DFBRectangle client;41 DFBDimension size;42 DFBRectangle restore;[all …]