| Summary: | Updated dynamic X11 support... | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Ryan C. Gordon <icculus> |
| Component: | video | Assignee: | Ryan C. Gordon <icculus> |
| Status: | VERIFIED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 1.2 | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Attachments: | Updated dynamic X11 patch. | ||
|
Description
Ryan C. Gordon
2006-03-21 19:34:14 UTC
Created attachment 87 [details]
Updated dynamic X11 patch.
Looks good, go for it! Committed to CVS. --ryan. This doesn't build on 32-bit systems:
In file included from ./src/video/x11/SDL_x11dyn.c:88:
./src/video/x11/SDL_x11sym.h:164: error: syntax error before '(' token
./src/video/x11/SDL_x11sym.h:164: error: conflicting types for '_XRead'
./src/video/x11/SDL_x11sym.h:121: error: previous definition of '_XRead' was here
./src/video/x11/SDL_x11sym.h:164: error: syntax error before "char"
Checking.. --ryan. Should be fixed in CVS now. Let me know if it's still broken. --ryan. |