all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "alin.s" <alinsoar@voila.fr>
To: Emacs-devel@gnu.org
Subject: WoMan error
Date: Fri, 5 Feb 2010 04:36:09 -0800 (PST)	[thread overview]
Message-ID: <27467170.post@talk.nabble.com> (raw)


In the WOMAN page of XCreateGC, I see the paragraph STRUCTURES so:


STRUCTURES
	The XGCValues structure contains:

	/* GC attribute value mask bits */
	T{
	#define
	T}   T{
	GCFunction
	T}   T{
	(1L<<0)
	T}
	T{
	#define
	T}   T{
	GCPlaneMask
	T}   T{
	(1L<<1)
	T}
	T{
	#define
	T}   T{
	GCForeground
	T}   T{
	(1L<<2)
	T}
	T{
	#define
	T}   T{
	GCBackground
	T}   T{
	(1L<<3)
	T}
	T{
	#define
	T}   T{
	GCLineWidth
	T}   T{
	(1L<<4)
	T}
	T{
	#define
	T}   T{
	GCLineStyle
	T}   T{
	(1L<<5)
	T}
	T{
	#define
	T}   T{
	GCCapStyle
	T}   T{
	(1L<<6)
	T}
	T{
	#define
	T}   T{
	GCJoinStyle
	T}   T{
	(1L<<7)
	T}
	T{
	#define
	T}   T{
	GCFillStyle
	T}   T{
	(1L<<8)
	T}
	T{
	#define
	T}   T{
	GCFillRule
	T}   T{
	(1L<<9)
	T}
	T{
	#define
	T}   T{
	GCTile
	T}   T{
	(1L<<10)
	T}
	T{
	#define
	T}   T{
	GCStipple
	T}   T{
	(1L<<11)
	T}
	T{
	#define
	T}   T{
	GCTileStipXOrigin
	T}   T{
	(1L<<12)
	T}
	T{
	#define
	T}   T{
	GCTileStipYOrigin
	T}   T{
	(1L<<13)
	T}
	T{
	#define
	T}   T{
	GCFont
	T}   T{
	(1L<<14)
	T}
	T{
	#define
	T}   T{
	GCSubwindowMode
	T}   T{
	(1L<<15)
	T}
	T{
	#define
	T}   T{
	GCGraphicsExposures
	T}   T{
	(1L<<16)
	T}
	T{
	#define
	T}   T{
	GCClipXOrigin
	T}   T{
	(1L<<17)
	T}
	T{
	#define
	T}   T{
	GCClipYOrigin
	T}   T{
	(1L<<18)
	T}
	T{
	#define
	T}   T{
	GCClipMask
	T}   T{
	(1L<<19)
	T}
	T{
	#define
	T}   T{
	GCDashOffset
	T}   T{
	(1L<<20)
	T}
	T{
	#define
	T}   T{
	GCDashList
	T}   T{
	(1L<<21)
	T}
	T{
	#define
	T}   T{
	GCArcMode
	T}   T{
	(1L<<22)
	T}
	/* Values */

I should have seen it so:


STRUCTURES
       The XGCValues structure contains:

       /* GC attribute value mask bits */

       #define   GCFunction                  (1L<<0)
       #define   GCPlaneMask                 (1L<<1)
       #define   GCForeground                (1L<<2)
       #define   GCBackground                (1L<<3)
       #define   GCLineWidth                 (1L<<4)
       #define   GCLineStyle                 (1L<<5)
       #define   GCCapStyle                  (1L<<6)
       #define   GCJoinStyle                 (1L<<7)
       #define   GCFillStyle                 (1L<<8)
       #define   GCFillRule                  (1L<<9)
       #define   GCTile                      (1L<<10)
       #define   GCStipple                   (1L<<11)
       #define   GCTileStipXOrigin           (1L<<12)
       #define   GCTileStipYOrigin           (1L<<13)
       #define   GCFont                      (1L<<14)
       #define   GCSubwindowMode             (1L<<15)
       #define   GCGraphicsExposures         (1L<<16)
       #define   GCClipXOrigin               (1L<<17)
       #define   GCClipYOrigin               (1L<<18)
       #define   GCClipMask                  (1L<<19)
       #define   GCDashOffset                (1L<<20)
       #define   GCDashList                  (1L<<21)
       #define   GCArcMode                   (1L<<22)
       /* Values */





-- 
View this message in context: http://old.nabble.com/WoMan-error-tp27467170p27467170.html
Sent from the Emacs - Dev mailing list archive at Nabble.com.





             reply	other threads:[~2010-02-05 12:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-05 12:36 alin.s [this message]
2010-02-05 13:03 ` WoMan error Andreas Schwab

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=27467170.post@talk.nabble.com \
    --to=alinsoar@voila.fr \
    --cc=Emacs-devel@gnu.org \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.