discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: non-x window manager


From: Chris B. Vetter
Subject: Re: non-x window manager
Date: Tue, 21 Oct 2003 18:25:17 -0700

On Wed, 22 Oct 2003 09:08:01 +0800
"Rogelio M.Serrano Jr." <rogelio@smsglobal.net> wrote:
[...]
> That means an x backend will have an integrated x window manager and a
> directfb backend will also have its integrated window manager? How 
> would legacy x11 programs with direct dependencies on x work on a 
> direcfb system?

You would have to ask someone with experience using or programming
directfb. As far as I know, directfb still uses/needs/relies on X11. But
I could be wrong.

Generally, the problem would be that you will have to somehow "map" a
legacy window (one created XCreateSimpleWindow() for example) to a
window that GNUstep knows/understands, ie. NSWindow.

The AppKit (-gui) doesn't provide anything like that, so you will have
to go to a lower level, which is -back.
I'm not sure if anything like it exists, that could already be used, but
if not, you would have to write your own conversion.
In the end you'd probably have to write a complete backend (or "hack up"
an already existing one).

-- 
Chris




reply via email to

[Prev in Thread] Current Thread [Next in Thread]