~vcs-imports/libsdl/trunk

« back to all changes in this revision

Viewing changes to src/video/directfb/SDL_DirectFB_window.h

  • Committer: slouken
  • Date: 2010-01-21 06:21:52 UTC
  • Revision ID: svn-v4:c70aab31-4412-0410-b14c-859654838e24:trunk/SDL:5525
Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    IDirectFBWindow *window;
37
37
    DirectFB_GLContext *gl_context;
38
38
    IDirectFBEventBuffer *eventbuffer;
39
 
    SDL_WindowID sdl_id;
 
39
    SDL_Window *window;
40
40
    DFB_WindowData *next;
41
41
    Uint8 opacity;
42
42
    DFBRectangle client;