Bug 627699 - Port GTK2 to GTK3, export gtk2compat.h; r=karlt

This commit is contained in:
Martin Stransky 2012-06-19 10:59:03 -04:00
Родитель 6498ee3556
Коммит 37980f4c1c
2 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -78,6 +78,7 @@ EXPORTS = \
nsGTKToolkit.h \
nsIImageToPixbuf.h \
mozcontainer.h \
gtk2compat.h \
$(NULL)
ifdef NATIVE_THEME_SUPPORT

Просмотреть файл

@ -48,6 +48,12 @@ gtk_dialog_get_content_area(GtkDialog *dialog)
{
return dialog->vbox;
}
static inline GdkWindow *
gtk_plug_get_socket_window(GtkPlug *plug)
{
return plug->socket_window;
}
#endif