xgetshape

diff src/texture.h @ 1:9b560415bad4

blured shadow
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 03 Nov 2015 04:08:32 +0200
parents 2f02f100b20f
children
line diff
     1.1 --- a/src/texture.h	Tue Nov 03 00:42:08 2015 +0200
     1.2 +++ b/src/texture.h	Tue Nov 03 04:08:32 2015 +0200
     1.3 @@ -9,5 +9,6 @@
     1.4  };
     1.5  
     1.6  int image_texture(struct texture *tex, struct image *img);
     1.7 +void destroy_texture(struct texture *tex);
     1.8  
     1.9  #endif	/* TEXTURE_H_ */