diff options
author | Keith Packard <keithp@keithp.com> | 2014-10-13 12:35:40 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-05-14 15:56:27 -0700 |
commit | dcb3d74ba8861e7b0a592e92b5b2247b84e843f3 (patch) | |
tree | 02d3ab658b8f24c152cf58bca325c5ac60344647 /glamor/glamor_transform.h | |
parent | 2bf34fe8d9b7628d164392c2d11ace78f7cf17b9 (diff) |
glamor: Remove destination drawable argument from glamor_set_texture
This argument wasn't used at all.
Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'glamor/glamor_transform.h')
-rw-r--r-- | glamor/glamor_transform.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/glamor/glamor_transform.h b/glamor/glamor_transform.h index 36b789af8..1d8eed477 100644 --- a/glamor/glamor_transform.h +++ b/glamor/glamor_transform.h @@ -39,8 +39,7 @@ glamor_set_color(PixmapPtr pixmap, GLint uniform); Bool -glamor_set_texture(PixmapPtr pixmap, - PixmapPtr texture, +glamor_set_texture(PixmapPtr texture, int off_x, int off_y, GLint offset_uniform, |