summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/python/p_texture.i
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-04-08 15:32:08 +0100
committerJosé Fonseca <jfonseca@vmware.com>2009-04-08 16:26:05 +0100
commitaaea658dbe6f0738aaa207d080e1ea73b8023029 (patch)
tree46bff48f4f281b3fe841ea442ee2e270abcc0dd5 /src/gallium/state_trackers/python/p_texture.i
parent724929db3ca39ac63ca6f020b3f1faa31948f46b (diff)
python: Fix method renaming.
Diffstat (limited to 'src/gallium/state_trackers/python/p_texture.i')
-rw-r--r--src/gallium/state_trackers/python/p_texture.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/state_trackers/python/p_texture.i b/src/gallium/state_trackers/python/p_texture.i
index 276fa795cc..f41a95e6eb 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 {