---
In this version:
- struct is named screenshooter_output
- global struct instance dropped
- use 'output' as name for local instances
- properly brace functions
clients/screenshot.c | 69 --
src/compositor-drm.c | 15 ++
src/c
---
Changed in this version: The struct is named screenshooter_output while
instances are named ss_output. Fixed whitespace errors.
clients/screenshot.c | 69 --
src/compositor-drm.c | 14 +
src/compositor-wayland.c | 14 +
---
clients/screenshot.c | 69 --
src/compositor-drm.c | 14 +
src/compositor-wayland.c | 14 +
src/compositor-x11.c | 14 +
src/compositor.h |1 +
src/screenshooter.c | 29 ++
>
>
>
>> > } else if (strcmp(interface, "wl_shm") == 0) {
>> > shm = wl_display_bind(display, id, &wl_shm_interface);
>> > } else if (strcmp(interface, "screenshooter") == 0) {
>> > @@ -144,6 +171,8 @@ int main(int argc, char *argv[])
>> > struct wl_display *display;
This branch makes Cairo GL an optional dependency (and uses SHM buffer
instead): https://github.com/rbradford/gtk/tree/wip/wayland-render-changes
I'll be pushing this to GTK master soon (once 3.4 is branched off) but
please feel free to test.
Cheerio,
Rob
On Wed, Apr 4, 2012 at 6:37 AM, Kristian Hoegsberg wrote:
> On Wed, Apr 04, 2012 at 01:51:08AM -0600, Scott Moreau wrote:
> > ---
>
> Looks pretty good. There are a few small comments below, but the
> overall approach is good.
>
> > Tested: Side-by-side and stacked output configurations, in x11 a
When the surface being moved, resized or rotated was destroyed, the
compositor would crash.
Fix this by using a destroy listener on the referenced surface. To
reduce code duplication, the surface reference and the destroy
listener is added to a new struct shell_grab.
---
src/shell.c | 151 ++
On Wed, Apr 04, 2012 at 01:51:08AM -0600, Scott Moreau wrote:
> ---
Looks pretty good. There are a few small comments below, but the
overall approach is good.
> Tested: Side-by-side and stacked output configurations, in x11 and drm.
> Shooting under drm glitches sometimes and either or both outp
On 04/03/2012 04:58 PM, Tiago Vignatti wrote:
Signed-off-by: Tiago Vignatti
---
src/Makefile.am|4 +++-
src/shell.c| 17 +++--
src/shell.h| 34 ++
src/xserver-launcher.c | 14 ++
4 files change
---
Tested: Side-by-side and stacked output configurations, in x11 and drm.
Shooting under drm glitches sometimes and either or both output data
contains garbage.
clients/screenshot.c | 69 --
src/compositor-drm.c | 14 +
src/compos
10 matches
Mail list logo