From 5ae57eecfc26ef979e5fc1b310d65e0264db5711 Mon Sep 17 00:00:00 2001 From: "blizzard%redhat.com" Date: Wed, 21 Jul 1999 22:16:00 +0000 Subject: [PATCH] add the xlib window interface header file to the list of exports --- widget/public/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/widget/public/Makefile.in b/widget/public/Makefile.in index ea3a679cebd..0d5a819b6a9 100644 --- a/widget/public/Makefile.in +++ b/widget/public/Makefile.in @@ -75,6 +75,7 @@ EXPORTS = \ nsIFontSizeIterator.h \ nsIFontRetrieverService.h \ nsIContextMenu.h \ + nsIXlibWindowService.h \ $(NULL) EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))