~vcs-imports/libsdl/trunk

« back to all changes in this revision

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

  • 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:
140
140
    windata->window->RaiseToTop(windata->window);
141
141
 
142
142
    /* remember parent */
143
 
    windata->sdl_id = window->id;
 
143
    windata->window = window;
144
144
 
145
145
    /* Add to list ... */
146
146