sam-fans - fans of the sam editor
 help / color / mirror / Atom feed
From: "Scott Schwartz" <schwartz@bio.cse.psu.edu>
To: 9fans@cse.psu.edu, sam-fans@hawkwind.utcs.toronto.edu
Subject: libXg patch
Date: Tue, 11 Dec 2001 16:50:14 -0500	[thread overview]
Message-ID: <20011211215014.23178.qmail@g.bio.cse.psu.edu> (raw)

For those using libXg, if you want it to work with X11 unicode fonts
(and there are a few these days) with more than 32K characters, don't
forget to change libg.h to suit:

; diff libg.h.old libg.h
97,102c97,102
<       short           minrow; /* first character row in font (for X subfonts) */
<       short           mincol; /* first character col in font (for X subfonts) */
<       short           minchar; /* first char code in subfont */
<       short           maxchar; /* last char code in subfont */
<       short           width;  /* number of chars in row */
<       short           n;      /* number of chars in font */
---
>       int             minrow; /* first character row in font (for X subfonts) */
>       int             mincol; /* first character col in font (for X subfonts) */
>       int             minchar; /* first char code in subfont */
>       int             maxchar; /* last char code in subfont */
>       int             width;  /* number of chars in row */
>       int             n;      /* number of chars in font */



                 reply	other threads:[~2001-12-12  7:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20011211215014.23178.qmail@g.bio.cse.psu.edu \
    --to=schwartz@bio.cse.psu.edu \
    --cc=9fans@cse.psu.edu \
    --cc=sam-fans@hawkwind.utcs.toronto.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).