Mesa (mesa_7_5_branch): wgl: Rename function.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Sun May 31 03:29:35 UTC 2009


Module: Mesa
Branch: mesa_7_5_branch
Commit: 76f2bacb07b1b55a50018a1ccee42943d5e8a477
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=76f2bacb07b1b55a50018a1ccee42943d5e8a477

Author: José Fonseca <jfonseca at vmware.com>
Date:   Sat May 30 18:00:18 2009 -0700

wgl: Rename function.

---

 src/gallium/state_trackers/wgl/shared/stw_device.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gallium/state_trackers/wgl/shared/stw_device.c b/src/gallium/state_trackers/wgl/shared/stw_device.c
index eef8489..ada2511 100644
--- a/src/gallium/state_trackers/wgl/shared/stw_device.c
+++ b/src/gallium/state_trackers/wgl/shared/stw_device.c
@@ -57,7 +57,7 @@ struct stw_device *stw_dev = NULL;
  * stw_winsys::flush_front_buffer.
  */
 static void 
-st_flush_frontbuffer(struct pipe_screen *screen,
+stw_flush_frontbuffer(struct pipe_screen *screen,
                      struct pipe_surface *surface,
                      void *context_private )
 {
@@ -111,7 +111,7 @@ stw_init(const struct stw_winsys *stw_winsys)
    stw_dev->screen = screen;
 #endif
    
-   stw_dev->screen->flush_frontbuffer = st_flush_frontbuffer;
+   stw_dev->screen->flush_frontbuffer = &stw_flush_frontbuffer;
    
    pipe_mutex_init( stw_dev->mutex );
 




More information about the mesa-commit mailing list