diff options
author | Keith Packard <keithp@keithp.com> | 2014-11-24 15:39:51 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-11-24 15:39:51 -0800 |
commit | ec0ac8970b508adcbc3d104b14a127118e4979d0 (patch) | |
tree | b1d39be7b2c83a1f85efd469105fb8a3c0fe8d6d /glamor | |
parent | 65cc0982afb1d47d17e655efaef40d4a82e7574a (diff) | |
parent | 0f88d4e7937116dbc438f98ddf1f3d94cfc5bead (diff) |
Merge remote-tracking branch 'whot/for-keith'
Diffstat (limited to 'glamor')
-rw-r--r-- | glamor/glamor_picture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glamor/glamor_picture.c b/glamor/glamor_picture.c index cbbc19406..bc658f801 100644 --- a/glamor/glamor_picture.c +++ b/glamor/glamor_picture.c @@ -45,7 +45,7 @@ glamor_upload_picture_to_texture(PicturePtr picture) return glamor_upload_pixmap_to_texture(pixmap); } -/* +/* * We should already have drawable attached to it, if it has one. * Then set the attached pixmap to is_picture format, and set * the pict format. |