From 7e606379e12f10851c5bb2b72a6b4a12fba01fa9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Sun, 11 Jan 1998 10:27:54 +0100
Subject: [PATCH] * _Xlib.pmod (amiwm_pens): New array.

Rev: lib/modules/Protocols.pmod/X.pmod/_Xlib.pmod:1.9
---
 lib/modules/Protocols.pmod/X.pmod/_Xlib.pmod | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/lib/modules/Protocols.pmod/X.pmod/_Xlib.pmod b/lib/modules/Protocols.pmod/X.pmod/_Xlib.pmod
index a546572a6d..664a4e9960 100644
--- a/lib/modules/Protocols.pmod/X.pmod/_Xlib.pmod
+++ b/lib/modules/Protocols.pmod/X.pmod/_Xlib.pmod
@@ -246,3 +246,20 @@ array(string) visual_classes =
   "DirectColor",
 });
 
+array(string) amiwm_pens =
+({
+  "detail",             /* compatible Intuition rendering pens */
+  "block",              /* compatible Intuition rendering pens */
+  "text",               /* text on background                  */
+  "shine",              /* bright edge on 3D objects           */
+  "shadow",             /* dark edge on 3D objects             */
+  "fill",               /* active-window/selected-gadget fill  */
+  "filltext",           /* text over FILLPEN                   */
+  "background",         /* always color 0                      */
+  "highlighttext",      /* special color text, on background   */
+  /* New for V39, only present if DRI_VERSION >= 2: */
+  "bardetail",          /* text/detail in screen-bar/menus */
+  "barblock",           /* screen-bar/menus fill */
+  "bartrim",            /* trim under screen-bar */
+}); 
+  
-- 
GitLab