commit: abi: fix(?) oddness in GR_UnixGraphics constructor

From: F J Franklin (F.J.Franklin@sheffield.ac.uk)
Date: Sun Dec 08 2002 - 08:56:31 EST

  • Next message: jeremyd@ctc.net: "commit: get back almost usable after my win32 frame refactoring work"

    GR_UnixGraphics::GR_UnixGraphics

    The behaviour of this constructor uses all of:

    #ifndef WITH_PANGO
    #if (!defined(WITH_PANGO) || !defined(USE_XFT))
    #if (!defined(WITH_PANGO) || defined(USE_XFT))

    I don't know which of these is correct, but I'm changing some to

    #ifndef WITH_PANGO

    Similarly with the header. Note, in fact that the constructor's argument
    list depends on WITH_PANGO - don't forget to #ifndef WITH_PANGO when
    constructing the class!

    o splash w/o font-manager causing a segfault; make WITH_PANGO consistent

    CVS:----------------------------------------------------------------------
    CVS: Enter Log. Lines beginning with `CVS:' are removed automatically
    CVS:
    CVS: Committing in .
    CVS:
    CVS: Modified Files:
    CVS: src/af/gr/unix/gr_UnixGraphics.cpp
    CVS: src/af/gr/unix/gr_UnixGraphics.h src/wp/ap/unix/ap_UnixApp.cpp
    CVS:----------------------------------------------------------------------

    Puzzled, Frank

    Francis James Franklin
    F.J.Franklin@shef.ac.uk

      `Medium atomic weights are available: Gold, Lead, Copper, Jet, Diamond,
    Radium, Sapphire, Silver and Steel.
      `Sapphire and Steel have been assigned...'



    This archive was generated by hypermail 2.1.4 : Sun Dec 08 2002 - 08:58:15 EST