RE: xorg single window mode issue

2004-07-03 Thread Alexander Gottwald
Nate Schindler wrote:

 Just found something.  XWin loads fine in single window mode when NOT invoked by 
 run.exe.
 I have two copies of run.exe.  One is 22k, one is 70k... but they're both v1.1.3.  
 whatever. :)
 it doesn't seem to make a difference which one I use.  I also can't find any 
 documentation for run.exe to see if there are any helpful switches for it.

 Anyway, the problem seems to come from how the xorg XWin.exe and run.exe interact.

Interesting. I'll try to reproduce this on monday with my installation.

Anyway, the difference between startup with -nodecoration and without is
just one line of code:

  if (pScreenInfo-fDecoration)
dwWindowStyle |= WS_CAPTION;
  else
dwWindowStyle |= WS_POPUP;

but MSDN docs do not give any hints what might be causing the problem.

bye
ago
NP: grauzone.03-07-21
-- 
 [EMAIL PROTECTED]
 http://www.gotti.org   ICQ: 126018723


Re: mod-php4 missing from cygwin distro

2004-07-03 Thread Lex Ein
Larry Hall wrote:
...
I would be very grateful to anyone who could give me leads on what happened to the php libs.
...
mod-php4 is not part of the distribution at this time.  There are plans to 
re-add it in the future.  No, I don't know when that will be. ;-)
What were the reasons for removal?
1. WJM.
2. redundancy? (easy to grabcompile or grabrun if needed)
3. technical? (difficulty integrating into cygwin release pipeline, 
cross-compilation probs, slow bug fixes)
4. political/personal?
5. other?  (URL or concise, relevant reason here)

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/