Re: [Sugar-devel] de-hippo'd CanvasIcon: windowed or not?

2011-09-18 Thread Daniel Drake
On Thu, Sep 15, 2011 at 9:38 PM, Marco Pesenti Gritti ma...@marcopg.org wrote: Hey, isn't the problem going away with GTK 3.0? From the release notes GDK has been rewritten to use ‘client-side windows’. This means that GDK maintains its own window hierarchy and only uses X windows where it

Re: [Sugar-devel] de-hippo'd CanvasIcon: windowed or not?

2011-09-18 Thread Marco Pesenti Gritti
On 18 September 2011 18:19, Daniel Drake d...@laptop.org wrote: So even though one of the lower levels has changed internally, the problem is still the same. However, with GTK3's change to directly pass in a cairo context to the expose/draw handler, it doesn't feel as hacky to set an alpha

Re: [Sugar-devel] de-hippo'd CanvasIcon: windowed or not?

2011-09-18 Thread Marco Pesenti Gritti
Trying to answer your initial email more clearly... 2011/9/15 Daniel Drake d...@laptop.org: The transparency option seems rather simple, but is perhaps nasty in that it basically decides to mess around with core window stuff when GTK+ has its back turned. Without having tested, I don't think

Re: [Sugar-devel] de-hippo'd CanvasIcon: windowed or not?

2011-09-18 Thread Gary Martin
On 18 Sep 2011, at 21:59, Marco Pesenti Gritti wrote: Trying to answer your initial email more clearly... 2011/9/15 Daniel Drake d...@laptop.org: The transparency option seems rather simple, but is perhaps nasty in that it basically decides to mess around with core window stuff when GTK+

Re: [Sugar-devel] de-hippo'd CanvasIcon: windowed or not?

2011-09-16 Thread Peter Robinson
On Thu, Sep 15, 2011 at 9:49 PM, Walter Bender walter.ben...@gmail.com wrote: On Thu, Sep 15, 2011 at 4:48 PM, Marco Pesenti Gritti ma...@marcopg.org wrote: On 15 September 2011 21:45, Walter Bender walter.ben...@gmail.com wrote: On Thu, Sep 15, 2011 at 4:38 PM, Marco Pesenti Gritti

[Sugar-devel] de-hippo'd CanvasIcon: windowed or not?

2011-09-15 Thread Daniel Drake
Hi, Me and Raul spent most of Sugarcamp Paris working on the no-hippo project. We made great progress - many hacks in the previous efforts were replaced with real code, and many temporarily removed bits of functionality were restored. However, we were left with one area of uncertainty:

Re: [Sugar-devel] de-hippo'd CanvasIcon: windowed or not?

2011-09-15 Thread Marco Pesenti Gritti
Hey, isn't the problem going away with GTK 3.0? From the release notes GDK has been rewritten to use ‘client-side windows’. This means that GDK maintains its own window hierarchy and only uses X windows where it is necessary or explicitly requested. Of course it would be nice to decouple

Re: [Sugar-devel] de-hippo'd CanvasIcon: windowed or not?

2011-09-15 Thread Walter Bender
On Thu, Sep 15, 2011 at 4:38 PM, Marco Pesenti Gritti ma...@marcopg.org wrote: Hey, isn't the problem going away with GTK 3.0? From the release notes GDK has been rewritten to use ‘client-side windows’. This means that GDK maintains its own window hierarchy and only uses X windows where it

Re: [Sugar-devel] de-hippo'd CanvasIcon: windowed or not?

2011-09-15 Thread Marco Pesenti Gritti
On 15 September 2011 21:49, Walter Bender walter.ben...@gmail.com wrote: Maybe I am mistaken, but I thought hippo was dropped from F15 and had to be backported. It seems to be included in stock F15 (and sugar is running on it). Marco ___ Sugar-devel

Re: [Sugar-devel] de-hippo'd CanvasIcon: windowed or not?

2011-09-15 Thread Walter Bender
On Thu, Sep 15, 2011 at 4:52 PM, Marco Pesenti Gritti ma...@marcopg.org wrote: On 15 September 2011 21:49, Walter Bender walter.ben...@gmail.com wrote: Maybe I am mistaken, but I thought hippo was dropped from F15 and had to be backported. It seems to be included in stock F15 (and sugar is

Re: [Sugar-devel] de-hippo'd CanvasIcon: windowed or not?

2011-09-15 Thread Walter Bender
On Thu, Sep 15, 2011 at 4:48 PM, Marco Pesenti Gritti ma...@marcopg.org wrote: On 15 September 2011 21:45, Walter Bender walter.ben...@gmail.com wrote: On Thu, Sep 15, 2011 at 4:38 PM, Marco Pesenti Gritti ma...@marcopg.org wrote: Hey, isn't the problem going away with GTK 3.0? From the

Re: [Sugar-devel] de-hippo'd CanvasIcon: windowed or not?

2011-09-15 Thread Marco Pesenti Gritti
On 15 September 2011 21:45, Walter Bender walter.ben...@gmail.com wrote: On Thu, Sep 15, 2011 at 4:38 PM, Marco Pesenti Gritti ma...@marcopg.org wrote: Hey, isn't the problem going away with GTK 3.0? From the release notes GDK has been rewritten to use ‘client-side windows’. This means