NOT PART OF MAIN BUILD - PHOTON ONLY

I needed export a few more files for the test app and add a new virtual
method that has been added since I last checked in this code.
r=jerry.kirk


git-svn-id: svn://10.0.0.236/trunk@74249 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
Jerry.Kirk%Nexwarecorp.com
2000-07-14 14:54:04 +00:00
parent ebec5605e4
commit d8c3615da0
3 changed files with 8 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ SHARED_LIBRARY_LIBS= \
$(NULL)
EXPORTS = \
PtMozilla.h
PtMozilla.h MozEmbedChrome.h nsIPhEmbed.h
EXTRA_DSO_LDOPTS = \
$(MOZ_COMPONENT_LIBS) \

View File

@@ -520,6 +520,12 @@ NS_IMETHODIMP MozEmbedChrome::ShowAsModal(void)
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP MozEmbedChrome::ExitModalEventLoop(nsresult aStatus)
{
PR_LOG(mozEmbedLm, PR_LOG_DEBUG, ("GtkMozEmbedChrome::ExitModalLoop\n"));
return NS_ERROR_NOT_IMPLEMENTED;
}
// nsIURIContentListener
NS_IMETHODIMP MozEmbedChrome::OnStartURIOpen(nsIURI *aURI, const char *aWindowTarget, PRBool *aAbortOpen)

View File

@@ -33,6 +33,7 @@ SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=)
LIBS = \
$(MOZ_COMPONENT_LIBS) \
-lphembedmoz \
-lgkgfx \
$(TK_LIBS) \
$(NULL)