From: José Fonseca Date: Wed, 8 Apr 2009 14:32:08 +0000 (+0100) Subject: python: Fix method renaming. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aaea658dbe6f0738aaa207d080e1ea73b8023029;p=mesa.git python: Fix method renaming. --- diff --git a/src/gallium/state_trackers/python/p_texture.i b/src/gallium/state_trackers/python/p_texture.i index 276fa795cce..f41a95e6eb0 100644 --- a/src/gallium/state_trackers/python/p_texture.i +++ b/src/gallium/state_trackers/python/p_texture.i @@ -398,8 +398,8 @@ struct st_surface %} /* Avoid naming conflict with p_inlines.h's pipe_buffer_read/write */ -%rename(read) pipe_buffer_read_; -%rename(write) pipe_buffer_write_; +%rename(read) read_; +%rename(write) write_; %extend pipe_buffer {