File: shadow.h

package info (click to toggle)
gtk%2B2.0 2.24.33-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie, trixie-proposed-updates, trixie-updates
  • size: 124,860 kB
  • sloc: ansic: 574,091; makefile: 5,171; sh: 4,618; xml: 1,193; python: 1,117; perl: 749; awk: 49; cpp: 34
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__ */