diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-11-07 17:29:14 -0700 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-11-07 17:29:14 -0700 |
commit | 6400658d7154f33b8fe2e7d638ebb317ac6bfff8 (patch) | |
tree | f7b47300f0cd9609856510118639a42150c695b0 | |
parent | 74df1f4adbbc4fe6027265625cd248c3add154f5 (diff) |
fix warning
-rw-r--r-- | src/mesa/pipe/xlib/xm_winsys.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/pipe/xlib/xm_winsys.c b/src/mesa/pipe/xlib/xm_winsys.c index df90a807d4..b842cf766e 100644 --- a/src/mesa/pipe/xlib/xm_winsys.c +++ b/src/mesa/pipe/xlib/xm_winsys.c @@ -158,7 +158,8 @@ xm_buffer_get_subdata(struct pipe_winsys *pws, struct pipe_buffer_handle *buf, static void xm_flush_frontbuffer(struct pipe_winsys *pws, - struct pipe_surface *surf ) + struct pipe_surface *surf, + void *context_private) { /* The Xlib driver's front color surfaces are actually X Windows so * this flush is a no-op. |