[D3D9][WINED3D] Sync with Wine 3.0. CORE-14225
[reactos.git] / dll / directx / wine / d3d9 / d3d9_private.h
index 2649a5b..d34dd73 100644 (file)
@@ -37,7 +37,6 @@
 #define COBJMACROS
 #include <windef.h>
 #include <winbase.h>
-#include <winuser.h>
 #include <wingdi.h>
 
 #include <wine/debug.h>
@@ -104,6 +103,8 @@ struct d3d9_device
     BOOL in_scene;
     BOOL has_vertex_declaration;
 
+    unsigned int max_user_clip_planes;
+
     UINT implicit_swapchain_count;
     struct d3d9_swapchain **implicit_swapchains;
 };