diff options
author | Jakob Bornecrantz <[email protected]> | 2010-11-10 22:02:39 +0000 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2010-11-17 23:49:09 +0000 |
commit | b46340c740eb5388e9917fca365a6c3003385dff (patch) | |
tree | ce98edb1483eb030648d998dba535407085f9811 /src/gallium/targets/graw-gdi/graw_gdi.c | |
parent | c30656d8c24eafeb29276fa31503b30608239468 (diff) |
graw: Use inline debug helper instead of non-inline version
Diffstat (limited to 'src/gallium/targets/graw-gdi/graw_gdi.c')
-rw-r--r-- | src/gallium/targets/graw-gdi/graw_gdi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/targets/graw-gdi/graw_gdi.c b/src/gallium/targets/graw-gdi/graw_gdi.c index bd6242b0779..17ca2a761ca 100644 --- a/src/gallium/targets/graw-gdi/graw_gdi.c +++ b/src/gallium/targets/graw-gdi/graw_gdi.c @@ -29,7 +29,7 @@ #include "gdi/gdi_sw_winsys.h" #include "pipe/p_screen.h" #include "state_tracker/graw.h" -#include "target-helpers/wrap_screen.h" +#include "target-helpers/inline_debug_helper.h" #include "target-helpers/inline_sw_helper.h" #include <windows.h> @@ -116,7 +116,7 @@ graw_create_window_and_screen(int x, *handle = (void *)hDC; - return gallium_wrap_screen(screen); + return debug_screen_wrap(screen); fail: if (hWnd) |