M dom/src/Makefile.in

M webclient/src_moz/EmbedWindow.cpp
M webclient/src_moz/NativeWrapperFactory.cpp
M webclient/src_moz/gtk/Makefile.in

- fixes for building under GNU/Linux


git-svn-id: svn://10.0.0.236/trunk@154981 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
edburns%acm.org
2004-04-16 19:02:21 +00:00
parent bec7802615
commit 76d63dc880
4 changed files with 9 additions and 7 deletions

View File

@@ -114,10 +114,12 @@ NativeWrapperFactory::Init(JNIEnv * env, jobject newNativeEventThread)
mFailureCode));
#ifdef XP_UNIX
/************
gdk_input_add(EQueue->GetEventQueueSelectFD(),
GDK_INPUT_READ,
event_processor_callback,
EQueue);
************/
#endif
PLEventQueue * plEventQueue = nsnull;