summaryrefslogtreecommitdiff
path: root/LogoP.h
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-17 19:04:09 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-17 19:04:09 +0000
commitc2d9049f759946f8bdeeb8780db6e2f51b83419c (patch)
tree95da8a42c8c27dd2b094bdcb6969ed440eee5df2 /LogoP.h
parentcc25207f02f9b4d630f5d6646a1815431e532ea0 (diff)
merge XFree86 4.3.0.1 to -CURRENT
Diffstat (limited to 'LogoP.h')
-rw-r--r--LogoP.h17
1 files changed, 15 insertions, 2 deletions
diff --git a/LogoP.h b/LogoP.h
index 0038ee1..eda21c2 100644
--- a/LogoP.h
+++ b/LogoP.h
@@ -26,7 +26,7 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
-
+/* $XFree86: xc/programs/xlogo/LogoP.h,v 1.4 2002/07/01 02:26:04 tsi Exp $ */
#ifndef _XawLogoP_h
#define _XawLogoP_h
@@ -34,12 +34,25 @@ from The Open Group.
#include "Logo.h"
#include <X11/Xaw/SimpleP.h>
+#ifdef XRENDER
+#include <X11/extensions/Xrender.h>
+#include <X11/Xft/Xft.h>
+#endif
+
typedef struct {
- Pixel fgpixel;
+ Pixel fgpixel;
GC foreGC;
GC backGC;
Boolean shape_window;
Boolean need_shaping;
+#ifdef XRENDER
+ Boolean render;
+ Boolean sharp;
+ XftDraw *draw;
+ XRenderPictFormat *mask_format;
+ XftColor fg;
+ XftColor bg;
+#endif
} LogoPart;
typedef struct _LogoRec {