|
From: Yuri P. <pro...@fr...> - 2002-05-31 05:50:30
|
On Fri, 31 May 2002 07:28:16 +0200, Patrick Mauritz wrote: >On Thu, May 30, 2002 at 11:44:20PM +0200, Aliberti Emanuele wrote: >> OS/2 has its own graphics and windowing API: why should it use Win32? >it should at least use win32 windows and messages - that way you can >run win32 and os/2 stuff on one desktop. >getting them on one desktop with two distinct "window lists" (or however they >are stored internally) you'll have a big time trying to keep them all >up-to-date... Well. Question is _why_ should it use win32? _Why_ not win32k? Of couse, os2ss (and any other ss) can (and must) use common window manager and messages. But why make it depended on win32? I don't like this aproach. I consider usage of win32k graphics is ok, but usage of win32 graphics and highlevel objects is bad. I don't like to see win32-looks windows on my desktop. I prefer to see os2-style windows on my desktop. |