mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 01:10:16 +01:00
python: Fix method renaming.
This commit is contained in:
parent
724929db3c
commit
aaea658dbe
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue