| Summary: | Problem compiling SDL 1.2.11 | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Pierre <pierre42d> |
| Component: | build | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED WORKSFORME | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 1.2.11 | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
|
Description
Pierre
2006-07-30 10:37:27 UTC
That's really odd, since SDL_syswm.h defines window here:
typedef struct SDL_SysWMinfo {
SDL_version version ;
GR_WINDOW_ID window ; /* The display window */
} SDL_SysWMinfo;
Is SDL_VIDEO_DRIVER_NANOX defined in SDL_config.h?
Resolving bug as WORKSFORME, as I can't reproduce it. User error? If this is still broken for you, please reopen the bug and we'll track it down. --ryan. |