wined3d: Move the WINED3D_MAX_FBO_ENTRIES constant to context.c.

This commit is contained in:
Henri Verbeet 2013-08-30 08:42:45 +02:00 committed by Alexandre Julliard
parent 35a8bf0e1e
commit 53f747de1b
2 changed files with 2 additions and 2 deletions

View File

@ -33,6 +33,8 @@ WINE_DEFAULT_DEBUG_CHANNEL(d3d);
WINE_DECLARE_DEBUG_CHANNEL(d3d_perf);
WINE_DECLARE_DEBUG_CHANNEL(d3d_synchronous);
#define WINED3D_MAX_FBO_ENTRIES 64
static DWORD wined3d_context_tls_idx;
/* FBO helper functions */

View File

@ -1014,8 +1014,6 @@ enum fogsource {
FOGSOURCE_COORD,
};
#define WINED3D_MAX_FBO_ENTRIES 64
struct wined3d_occlusion_query
{
struct list entry;