Skip to content
Snippets Groups Projects
Commit 7e606379 authored by Niels Möller's avatar Niels Möller
Browse files

* _Xlib.pmod (amiwm_pens): New array.

Rev: lib/modules/Protocols.pmod/X.pmod/_Xlib.pmod:1.9
parent d03b7313
Branches
Tags
No related merge requests found
...@@ -246,3 +246,20 @@ array(string) visual_classes = ...@@ -246,3 +246,20 @@ array(string) visual_classes =
"DirectColor", "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 */
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment