ratpoison-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RP] 9x15bold font?


From: rubikitch
Subject: Re: [RP] 9x15bold font?
Date: Mon Jun 28 20:47:01 2004

From: "Asterius Pandoras" <address@hidden>
Subject: [RP] 9x15bold font?
Date: Mon, 28 Jun 2004 19:09:04 -0700

Hi,

> I had the following error: ratpoison: cannot load font 9x15bold.
> So it appears I can't start it. I'm using Accelerated-X and have only
> regular 9x15 fonts. Will I be able to use Ratpoison with those? If so,
> what files do I have to edit and their location? Thank.
Replace "9x15bold" with "9x15" at `init_defaults' function in  src/main.c.

  defaults.font = XLoadQueryFont (dpy, "9x15bold");
  if (defaults.font == NULL)
    {
      fprintf (stderr, "ratpoison: Cannot load font %s.\n", "9x15bold");
      exit (EXIT_FAILURE);
    }
  defaults.font_string = xstrdup ("9x15bold");

Regards,
--
rubikitch



reply via email to

[Prev in Thread] Current Thread [Next in Thread]