Skip to content
Snippets Groups Projects
Commit 675efd60 authored by Daniel Kochmański's avatar Daniel Kochmański
Browse files

port-undefined-text-style: used in clx backend

parent a692a217
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@
(mapping-cache :initform
#+(or aclpc acl86win32) (cons nil nil)
#-(or aclpc acl86win32) (mapping-cache-initform))
#+(or aclpc acl86win32)
#+(or aclpc acl86win32 (and))
(undefined-text-style :initform *undefined-text-style*
:accessor port-undefined-text-style)
;; When this is true, the text style to device font mapping is done
......
......@@ -3031,7 +3031,7 @@
*ports*
*standard-character-set*
*all-character-sets*
#+(or aclpc acl86win32) *undefined-text-style*
#+(or aclpc acl86win32 (and)) *undefined-text-style*
+highlighting-line-style+
activate-gadget-event
add-sheet-callbacks
......@@ -3184,7 +3184,7 @@
port-set-sheet-grabbed-pointer-cursor
port-terminated
port-trace-thing
#+(or aclpc acl86win32) port-undefined-text-style
#+(or aclpc acl86win32 (and)) port-undefined-text-style
process-event-locally
pull-down-menu
pull-down-menu-button
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment