Module: Mesa Branch: master Commit: 0cfb5ffe3086bdd68cecb55cbfec0c3354731526 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0cfb5ffe3086bdd68cecb55cbfec0c3354731526
Author: Chia-I Wu <[email protected]> Date: Fri Jun 4 12:52:51 2010 +0800 st/egl: Fix compiler warnings. Forgot to stage this chunk in last commit. --- .../state_trackers/egl/common/native_helper.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/gallium/state_trackers/egl/common/native_helper.h b/src/gallium/state_trackers/egl/common/native_helper.h index 25fafd0..bdb9629 100644 --- a/src/gallium/state_trackers/egl/common/native_helper.h +++ b/src/gallium/state_trackers/egl/common/native_helper.h @@ -29,6 +29,7 @@ #include "native.h" struct resource_surface; +struct sw_winsys; struct resource_surface * resource_surface_create(struct pipe_screen *screen, _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
