Linux build bustage from bug 522122.

This commit is contained in:
Benjamin Smedberg 2009-10-27 16:59:40 -04:00
Родитель 106c6c77f8
Коммит d5c63908ca
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -324,7 +324,7 @@ PluginInstanceChild::AnswerNPP_HandleEvent(const NPRemoteEvent& event,
*handled = mPluginIface->event(&mData, reinterpret_cast<void*>(&evcopy)); *handled = mPluginIface->event(&mData, reinterpret_cast<void*>(&evcopy));
#ifdef MOZ_X11 #ifdef MOZ_X11
if (GraphicsExpose == event.type) { if (GraphicsExpose == event.event.type) {
// Make sure the X server completes the drawing before the parent // Make sure the X server completes the drawing before the parent
// draws on top and destroys the Drawable. // draws on top and destroys the Drawable.
// //