From d198ea62963954ac81c2f4be1607173ce839d9a0 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 30 Oct 2012 11:59:02 -0400 Subject: [PATCH] Install gtk-a11y.h We add a separate gtk-a11y.h single-include header for them. This header will work much the same as gtkx.h. It will be installed in /usr/include/gtk-3.0/gtk, but you have to include it separately. --- gtk/Makefile.am | 1 + gtk/gtk-a11y.h | 78 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 79 insertions(+) create mode 100644 gtk/gtk-a11y.h diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 81aef51a12..9322eb3f52 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -176,6 +176,7 @@ deprecated_private_h_sources = \ gtk_public_h_sources = \ gtk.h \ gtkx.h \ + gtk-a11y.h \ gtkaboutdialog.h \ gtkaccelgroup.h \ gtkaccellabel.h \ diff --git a/gtk/gtk-a11y.h b/gtk/gtk-a11y.h new file mode 100644 index 0000000000..e9c6ea806e --- /dev/null +++ b/gtk/gtk-a11y.h @@ -0,0 +1,78 @@ +/* GTK - The GIMP Toolkit + * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see . + */ + +/* + * Modified by the GTK+ Team and others 1997-2000. See the AUTHORS + * file for a list of people on the GTK+ Team. See the ChangeLog + * files for a list of changes. These files are distributed with + * GTK+ at ftp://ftp.gtk.org/pub/gtk/. + */ + +#ifndef __GTK_A11Y_H__ +#define __GTK_A11Y_H__ + +#define __GTK_A11Y_H_INSIDE__ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#undef __GTK_A11Y_H_INSIDE__ + +#endif /* __GTK_A11Y_H__ */