~ubuntu-branches/ubuntu/vivid/xorg-server/vivid

« back to all changes in this revision

Viewing changes to hw/xwin/winms.h

  • Committer: Package Import Robot
  • Author(s): Maarten Lankhorst
  • Date: 2013-07-03 12:03:57 UTC
  • mfrom: (1.1.56)
  • Revision ID: package-import@ubuntu.com-20130703120357-caosebpn11zu2zj0
Tags: 2:1.14.1-0ubuntu0.8
Use correct version for libxfixes3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 * Authors:     Harold L Hunt II
31
31
 */
32
32
 
33
 
#define NONAMELESSUNION
34
33
#define DIRECTDRAW_VERSION      0x0300
35
34
#ifndef WIN32_LEAN_AND_MEAN
36
35
#define WIN32_LEAN_AND_MEAN
42
41
#include <X11/Xwindows.h>
43
42
#include <windowsx.h>
44
43
 
 
44
#pragma push_macro("Status")
 
45
#undef Status
 
46
#define Status wStatus
45
47
#include "ddraw.h"
 
48
#pragma pop_macro("Status")
46
49
 
47
50
#undef CreateWindow
48
51