X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fgnome%2FGUIRunTime.C;h=ccd1d48d8dba25142a98b2e449f48cbfcdddc672;hb=3e39bef2c13125023f3b72532d90575bbe307335;hp=ca9b855382a48f9c877af47f9ec814ce6f375285;hpb=4c263b730eeae91335a55a63683d979da0358388;p=lyx.git diff --git a/src/frontends/gnome/GUIRunTime.C b/src/frontends/gnome/GUIRunTime.C index ca9b855382..ccd1d48d8d 100644 --- a/src/frontends/gnome/GUIRunTime.C +++ b/src/frontends/gnome/GUIRunTime.C @@ -1,9 +1,8 @@ - /* This file is part of * ====================================================== - * + * * LyX, The Document Processor - * + * * Copyright 2000 The LyX Team. * *======================================================*/ @@ -86,7 +85,7 @@ int GUIRunTime::initApplication(int &, char * argv[]) return 0; } -void GUIRunTime::processEvents() +void GUIRunTime::processEvents() { while (Gnome::Main::instance()->events_pending()) Gnome::Main::instance()->iteration(FALSE); @@ -143,7 +142,7 @@ void GUIRunTime::initialiseGraphics() { using namespace grfx; using SigC::slot; - + #if defined(HAVE_FLIMAGE_DUP) && defined(HAVE_FLIMAGE_TO_PIXMAP) // connect the image loader based on the xforms library GImage::newImage.connect(slot(&xformsGImage::newImage));