Re: cx-logos

2002-04-08 Thread PD Dr. Edward Wornar
From: [EMAIL PROTECTED] (Nikolaus Bates-Haus) Subject: Re: cx-logos Date: Fri, 5 Apr 2002 12:13:37 -0500 http://sources.redhat.com/ml/cygwin-xfree/2002-02/msg00234.html Logo by Tucker McLean; I like it. Yes, that's a nice one.

rootless mode

2002-04-08 Thread Robert Collins
I've been thinking about rootless mode. Here's my current thoughts: 1) We create a real win32 window for each X window. 2) We use SetWindowLong to store the X window pointer in the WIN32 struct, so that when a message arrives to that windowclass's WindowProc, we can lookup the X window the

Re: rootless mode

2002-04-08 Thread Alan Hourihane
On Mon, Apr 08, 2002 at 06:12:33 +1000, Robert Collins wrote: I've been thinking about rootless mode. Here's my current thoughts: 1) We create a real win32 window for each X window. 2) We use SetWindowLong to store the X window pointer in the WIN32 struct, so that when a message

Re: X11/Xlib.h not found?

2002-04-08 Thread Alan Hourihane
On Mon, Apr 08, 2002 at 11:42:15 +1000, Robert Collins wrote: Are you interested in a patch to change remove most of the static vars from the WindowProcRoutine, and replace them with a lookup into the WindowPrivRec? This is essential for rootless mode (and in some respects the most

Xfree and OpenGL

2002-04-08 Thread David Komanek
Hi, sorry to vaste your time, but please, can me somebody explain how to use the OpenGL support in Xfree ? I have installed the complete cygwin distribution (includes opengl libraries), downloaded and installed complete Xfree. It works fine with classical X-servers. However, connecting to SGI

RE: rootless mode

2002-04-08 Thread Ralf Habacker
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Robert Collins Sent: Monday, April 08, 2002 10:13 AM To: [EMAIL PROTECTED] Subject: rootless mode I've been thinking about rootless mode. Here's my current thoughts: 1) We create a real win32

RE: X11/Xlib.h not found?

2002-04-08 Thread Harold L Hunt
Yes, that is essential. Submit away, as Alan said. Harold Robert Collins [EMAIL PROTECTED] said: -Original Message- From: Harold Hunt [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 1:20 PM To: Robert Collins; [EMAIL PROTECTED] Subject: RE: X11/Xlib.h not found?

Re: Xfree and OpenGL

2002-04-08 Thread Harold L Hunt
David, Cygwin/XFree86 doesn't have OpenGL, it has Mesa. You can run 'xdpyinfo' in Cygwin/XFree86 and look for the GLX and SGI-GLX extensions. Both of those should be present in a default installation. I'm not sure if Mesa is completely compatible with OpenGL apps on SGI... you'll have to

RE: rootless mode

2002-04-08 Thread Harold L Hunt
Ralf, In a single word, the ntxlib project is worthless as far as Cygwin/XFree86 is concerned. There are a few functions, such as line drawing, where looking at how ntxlib calls the GDI function may be interesting, but the data structures and overall architecture of ntxlib (and libw11) are

info: single install xfree86 + minimal cygwin?

2002-04-08 Thread Green, Keith
We have an application that requires an X-Server. The application was developed on SGI, but has been successfully ported to Linux and Sun. We also run it on PC's using the Exceed. However, we would prefer to give customers an environment they could use for this. Some months ago I downloaded

RE: rootless mode

2002-04-08 Thread Robert Collins
-Original Message- From: Harold Hunt [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 7:01 AM To: Robert Collins; Ian Burrell Cc: [EMAIL PROTECTED] Subject: RE: rootless mode Rob, One Win32 window per top-level X windows isn't an optimization... it's just

Re: info: single install xfree86 + minimal cygwin?

2002-04-08 Thread Christopher Faylor
On Mon, Apr 08, 2002 at 04:02:06PM -0400, Green, Keith wrote: However, we would prefer to give customers an environment they could use for this. Some months ago I downloaded cygwin/xfree86 onto my system (with some help) and installed it on my pc. It appears to support everything we want to do.

RE: info: single install xfree86 + minimal cygwin? tx

2002-04-08 Thread Green, Keith
Heya, Christopher, Thanks for the quick response. k Keith Green, Research Staff Member / Simulation Center Institute for Defense Analyses 4850 Mark Center Drive / Alexandria, VA 22311-1882 Wk: (703) 845-6815Fax: (703) 845-6809

RE: rootless mode

2002-04-08 Thread Ralf Habacker
Thank you for pointing this out. :-) I doesn't know that in this detail Regards Ralf

Re: info: single install xfree86 + minimal cygwin?

2002-04-08 Thread Ian Burrell
Christopher Faylor wrote: The base cygwin install provides, er, a base cygwin install. That's the default for the Cygwin installation. There is currently no XFree86 package in the cygwin installation at all. They could create a custom install if they wanted. The Cygwin setup program

RE: kde 3.0 no icons

2002-04-08 Thread M Manohar
Hi, I recently installed KDE 3.0 on my linux box and have the same problem, that is certain icons don't get displayed on Cygwin/XFree86 4.2.0 (version confirmed by running xdpyinfo). I poked around a little more and found that icons that are in PNG format are the ones that don't get

drawables

2002-04-08 Thread Robert Collins
For rootless, I'd ideally be able to go from a pdrawable to a pWin. Is there a reliable way to do this? Some scenarios where this makes sense: 1) Anything passed a pDrawable + a pGC - if it's a window we want a HDC for that window. 2) Clipping. If we are drawing a window we need a win32 clipping

RE: drawables

2002-04-08 Thread Harold Hunt
Rob, If you have a pDrawable and pDrawable-type == DRAWABLE_WINDOW then you actually have a pWindow already and pWindow == pDrawable. Just look at xc/programs/Xserver/include/windowstr.h/WindowRec and you'll see that the first member in a WindowRec is actually a DrawableRec, so the address of

RE: kde 3.0 no icons

2002-04-08 Thread Harold Hunt
Manohar, I just logged into KDE3 via one of the computers in our campus labs today (running 4.1.99 which is either some unknown test release or 4.1.0) and saw the problem that you mentioned. I noticed that two desktop icons show up (one was the Internet icon for Konq) but no bottom-bar buttons