~vcs-imports/libsdl/trunk

« back to all changes in this revision

Viewing changes to src/video/win32/SDL_win32window.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:
26
26
 
27
27
typedef struct
28
28
{
29
 
    SDL_WindowID windowID;
 
29
    SDL_Window *window;
30
30
    HWND hwnd;
31
31
    HDC hdc;
32
32
    WNDPROC wndproc;