We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 1024

Summary: struct _DFB_WindowData has two members named window
Product: SDL Reporter: Jose Santiago <jsantiago>
Component: *don't know*Assignee: couriersud
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: blocker    
Priority: P2    
Version: HG 2.0   
Hardware: All   
OS: Linux   

Description Jose Santiago 2010-07-16 14:52:34 UTC
struct _DFB_WindowData has two members named window in 
src/video/directfb/SDL_DirectFB_window.h has two members named window.

    IDirectFBWindow *window;

and

    SDL_Window *window;

Version is 4526 .
Comment 1 Sam Lantinga 2011-02-17 13:45:32 UTC
It looks like this is fixed in the current code.