mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 19:31:18 +00:00
8 lines
161 B
PostScript
8 lines
161 B
PostScript
|
%%LanguageLevel defines
|
||
|
/_GSsetalpha { pop } bind def
|
||
|
|
||
|
/setalpha where
|
||
|
{pop /GSsetalpha /setalpha load def}
|
||
|
{/GSsetalpha /_GSsetalpha load def}
|
||
|
ifelse
|