Cleanup. (#169648, Fabricio Barros Cabral)

2005-06-12  Matthias Clasen  <mclasen@redhat.com>

	* gdk/*.h: Cleanup.  (#169648, Fabricio Barros Cabral)
This commit is contained in:
Matthias Clasen
2005-06-12 05:32:25 +00:00
committed by Matthias Clasen
parent 28bebc863a
commit 411241fb26
26 changed files with 51 additions and 135 deletions

View File

@ -30,9 +30,7 @@
#include <gdk/x11/gdkdrawable-x11.h>
#include <gdk/gdkpixmap.h>
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
G_BEGIN_DECLS
/* Pixmap implementation for X11
*/
@ -65,8 +63,6 @@ struct _GdkPixmapImplX11Class
GType gdk_pixmap_impl_x11_get_type (void);
#ifdef __cplusplus
}
#endif /* __cplusplus */
G_END_DECLS
#endif /* __GDK_PIXMAP_X11_H__ */