Add C++ guards. (123955, Harring Figueiredo)
Tue Oct 7 23:30:00 2003 Matthias Clasen <maclas@gmx.de> * gdk-pixbuf-xlib.h: Add C++ guards. (123955, Harring Figueiredo)
This commit is contained in:

committed by
Matthias Clasen

parent
324228a33c
commit
0ad91b0ea1
@ -1,3 +1,7 @@
|
|||||||
|
Tue Oct 7 23:30:00 2003 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gdk-pixbuf-xlib.h: Add C++ guards. (123955, Harring Figueiredo)
|
||||||
|
|
||||||
2002-08-06 jacob berkman <jacob@ximian.com>
|
2002-08-06 jacob berkman <jacob@ximian.com>
|
||||||
|
|
||||||
* Makefile.am (lib_LTLIBRARIES): link against xlibs
|
* Makefile.am (lib_LTLIBRARIES): link against xlibs
|
||||||
|
@ -21,6 +21,10 @@
|
|||||||
#ifndef GDK_PIXBUF_XLIB_H
|
#ifndef GDK_PIXBUF_XLIB_H
|
||||||
#define GDK_PIXBUF_XLIB_H
|
#define GDK_PIXBUF_XLIB_H
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
#include <gdk-pixbuf/gdk-pixbuf.h>
|
#include <gdk-pixbuf/gdk-pixbuf.h>
|
||||||
#include <gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.h>
|
#include <gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.h>
|
||||||
#include <X11/Xlib.h>
|
#include <X11/Xlib.h>
|
||||||
@ -79,4 +83,9 @@ GdkPixbuf *gdk_pixbuf_xlib_get_from_drawable (GdkPixbuf *dest,
|
|||||||
int dest_x, int dest_y,
|
int dest_x, int dest_y,
|
||||||
int width, int height);
|
int width, int height);
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
|
|
||||||
#endif /* GDK_PIXBUF_XLIB_H */
|
#endif /* GDK_PIXBUF_XLIB_H */
|
||||||
|
Reference in New Issue
Block a user