File: shadow.h

package info (click to toggle)
gimp 2.4.7-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 130,648 kB
  • ctags: 50,475
  • sloc: ansic: 607,353; xml: 48,593; lisp: 10,881; sh: 9,811; makefile: 9,583; python: 3,333; perl: 2,683; yacc: 523; lex: 340
file content (8 lines) | stat: -rw-r--r-- 158 bytes parent folder | download | duplicates (30)
1
2
3
4
5
6
7
8
#ifndef __SHADOW_H__
#define __SHADOW_H__

#include <gdk-pixbuf/gdk-pixbuf.h>

GdkPixbuf *create_shadowed_pixbuf (GdkPixbuf *src);

#endif /* __SHADOW_H__ */