Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3C487ED2.6060006@ece.gatech.edu> Date: Fri, 18 Jan 2002 15:00:18 -0500 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: Don Sharp CC: gnuwin32 Subject: Re: named colour list References: <3C48295B DOT 2070201 AT ece DOT gatech DOT edu> <3C48304B DOT BF0DAB64 AT iee DOT org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit I believe rxvt dynamically loads either libWll.dll or libX11.dll (using dlopen()). It does this depending on the setting of the environment variable DISPLAY. This was done so that the same executable works: 1) in native windows mode on systems without X11 installed 2) in X11 or native windows mode on systems WITH X11 installed, depending on DISPLAY setting. If rxvt were actually LINKED to libX11.dll then it couldn't work with W11, and vice versa. --Chuck Don Sharp wrote: > > Charles Wilson wrote: > >>Schaible, Jörg wrote: >> >> >>>So I can use the named colors, "lighsalmon" works fine on my box. OTOH I am >>>not really sure *why* it works, since the only rbx.txt I've found was in the >>>vim package. I've detected that the DLLs cygtk80.dll and libW11.dll seem to >>>have included this symbolic names, but neither is used for rxvt ... >>> >>rxvt DOES use libW11.dll. >> >>--Chuck >> > > Where? According to cygcheck it doesn't. > > $ cygcheck g:\\bin\\rxvt.exe > g:\bin\rxvt.exe > g:\bin\cygwin1.dll > C:\WINNT\System32\KERNEL32.dll > C:\WINNT\System32\ntdll.dll > C:\WINNT\System32\USER32.dll > C:\WINNT\System32\GDI32.dll > C:\WINNT\System32\ADVAPI32.dll > C:\WINNT\System32\RPCRT4.dll > > Cheers > > Don Sharp > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Bug reporting: http://cygwin.com/bugs.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/