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 - struct _DFB_WindowData has two members named window
Summary: struct _DFB_WindowData has two members named window
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: *don't know* (show other bugs)
Version: HG 2.0
Hardware: All Linux
: P2 blocker
Assignee: couriersud
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-16 14:52 UTC by Jose Santiago
Modified: 2011-02-17 13:45 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.