mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
14237d13e2
1999-11-22 Jonathan Blandford <jrb@redhat.com> * configure.in (GDK_PIXBUF_DIR): make the symlink. Does not work for srcdir != buildir != . Beats me why; I can't figure it out. AC_OUTPUT_COMMANDS doesn't seem to let me substitute it correctly.
11 lines
365 B
C
11 lines
365 B
C
#ifndef _GDK_PIXBUF_DRAWABLE_H_
|
|
#define _GDK_PIXBUF_DRAWABLE_H_
|
|
|
|
#include <gdk/gdk.h>
|
|
#include "gdk-pixbuf/gdk-pixbuf.h"
|
|
|
|
GdkPixbuf *gdk_pixbuf_rgb_from_drawable (GdkWindow *window, gint x, gint y, gint width, gint height);
|
|
GdkPixbuf *gdk_pixbuf_rgba_from_drawable (GdkWindow *window, gint x, gint y, gint width, gint height);
|
|
|
|
#endif /* _GDK_PIXBUF_DRAWABLE_H_ */
|