[Web] [PATCH 2/2] Fix a couple html errors.

2012-04-05 Thread Darxus
--- gtk.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk.html b/gtk.html index 3ec9895..4f7a7bd 100644 --- a/gtk.html +++ b/gtk.html @@ -60,7 +60,7 @@ $ make && make install The configure scripts may report some missing packages. Install these from -source

[Web] [PATCH 1/2] Xlib calls don't need to be removed, just wrapped in backend checks.

2012-04-05 Thread Darxus
--- gtk.html |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gtk.html b/gtk.html index c3336f7..3ec9895 100644 --- a/gtk.html +++ b/gtk.html @@ -87,8 +87,10 @@ applications makes API calls that will not function under Wayland. Ensure that your application uses g

Re: [PATCH] screenshooter: Properly handle multiple outputs.

2012-04-05 Thread Andreas Ericsson
On 04/05/2012 12:08 PM, Jonas Ådahl wrote: > On Thu, Apr 5, 2012 at 11:42 AM, Andreas Ericsson wrote: >> On 04/04/2012 02:37 PM, Kristian Hoegsberg wrote: >>> On Wed, Apr 04, 2012 at 01:51:08AM -0600, Scott Moreau wrote: --- >>> -write_png(output_width, output_height, data); >>>

Re: GTK glitching

2012-04-05 Thread darxus
On 04/03, dar...@chaosreigns.com wrote: > This is what gtk applications look like to me, in wayland/weston 0.85: > http://www.chaosreigns.com/wayland/demos/2012-04-03-wayland-gtk-glitches.html Rob Bradford's branch of gtk that works without cairo-gl works for me. Also, dolphinling in #wayland men

Re: [PATCH] screenshooter: Properly handle multiple outputs.

2012-04-05 Thread Jonas Ådahl
On Thu, Apr 5, 2012 at 11:42 AM, Andreas Ericsson wrote: > On 04/04/2012 02:37 PM, Kristian Hoegsberg wrote: >> On Wed, Apr 04, 2012 at 01:51:08AM -0600, Scott Moreau wrote: >>> --- >> >>> >>> -    write_png(output_width, output_height, data); >>> +    write_png(ss_area_width, ss_area_height, data

Re: [PATCH] screenshooter: Properly handle multiple outputs.

2012-04-05 Thread Andreas Ericsson
On 04/04/2012 02:37 PM, Kristian Hoegsberg wrote: > On Wed, Apr 04, 2012 at 01:51:08AM -0600, Scott Moreau wrote: >> --- > >> >> -write_png(output_width, output_height, data); >> +write_png(ss_area_width, ss_area_height, data); >> + >> +wl_list_for_each(ss_output,&output_list, link) {