ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Windows/clip_windows.cpp
(Generate patch)

Comparing BasiliskII/src/Windows/clip_windows.cpp (file contents):
Revision 1.1 by gbeauche, 2004-11-17T00:57:06Z vs.
Revision 1.3 by gbeauche, 2006-03-27T22:04:36Z

# Line 1 | Line 1
1   /*
2   *  clip_windows.cpp - Clipboard handling, Windows implementation
3   *
4 < *  Basilisk II (C) 1997-2004 Christian Bauer
4 > *  Basilisk II (C) 1997-2005 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 99 | Line 99 | static void do_getscrap(void **handle, u
99   static HWND GetMainWindowHandle(void)
100   {
101          SDL_SysWMinfo wmInfo;
102 <        wmInfo.version.major = SDL_MAJOR_VERSION;
103 <        wmInfo.version.minor = SDL_MINOR_VERSION;
104 <        wmInfo.version.patch = SDL_PATCHLEVEL;
102 >        SDL_VERSION(&wmInfo.version);
103          return SDL_GetWMInfo(&wmInfo) ? wmInfo.window : NULL;
104   }
105   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines