weston/src
Tiago Vignatti 70e5c9cc42 shell: fix uninitialized variable warning
and shut-up valgrind:
 Conditional jump or move depends on uninitialised value(s)
    at 0xB5AFB05: shell_surface_configure (shell.c:2162)
    by 0x407B0C: surface_attach (compositor.c:1225)
    by 0x621FA13: ffi_call_unix64
    by 0x621F434: ffi_call
    by 0x4E3D3F5: wl_closure_invoke (connection.c:758)
    by 0x4E3786C: wl_client_connection_data (wayland-server.c:255)
    by 0x4E3AA19: wl_event_source_fd_dispatch (event-loop.c:78)
    by 0x4E3B533: wl_event_loop_dispatch (event-loop.c:460)
    by 0x4E38D2C: wl_display_run (wayland-server.c:907)
    by 0x40B5DD: main (compositor.c:2748)

Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
2012-05-07 16:54:32 -04:00
..
.gitignore Introduce weston-launch 2012-04-06 14:01:19 +02:00
compositor-drm.c drm: Make KMS hw cursors work again 2012-05-03 11:39:35 -04:00
compositor-openwfd.c shell: Implement "driver" method of fullsceen. 2012-04-17 14:38:45 -04:00
compositor-wayland.c screenshooter: Grab pixel data directly before buffer swap 2012-04-20 16:13:27 -04:00
compositor-x11.c Change button from int to uint32_t 2012-05-07 12:57:11 -04:00
compositor.c Change key/button grab bindings to take unsigned state 2012-05-07 12:54:14 -04:00
compositor.h Rename 'state' in axis (or ambiguous) bindings to 'value' 2012-05-07 13:03:48 -04:00
evdev.c Follow wayland change to serial numbers 2012-04-11 22:42:15 -04:00
evdev.h compositor: move libudev.h to evdev.h 2012-04-17 14:33:30 +03:00
hash.c Add signedness warning flag and fix fallout 2012-03-30 11:52:39 -04:00
hash.h Rename wayland-compositor to weston 2012-01-03 11:04:04 -05:00
launcher-util.c weston-launcher: Fix uninitialized variable warning 2012-04-10 01:31:09 -04:00
launcher-util.h Introduce weston-launch 2012-04-06 14:01:19 +02:00
libbacklight.c compositor-drm: fix libbacklight build 2012-03-04 22:00:02 -05:00
libbacklight.h compositor-drm: Just pull in libbacklight source for now 2012-02-29 14:23:51 -05:00
Makefile.am compositor: add EGL_WL_bind_wayland_display definitions 2012-04-17 14:36:00 +03:00
matrix.c compositor: simplify the matrix inversion API 2012-01-27 10:44:22 +02:00
matrix.h compositor: simplify the matrix inversion API 2012-01-27 10:44:22 +02:00
screenshooter.c screenshooter: Move buffer assembly to client side 2012-04-20 16:16:05 -04:00
shell.c shell: fix uninitialized variable warning 2012-05-07 16:54:32 -04:00
tablet-shell.c desktop-shell: use more consistent name for the main structure 2012-04-16 11:55:24 -04:00
tty.c compositor: move libudev.h to evdev.h 2012-04-17 14:33:30 +03:00
util.c Rename 'state' in axis (or ambiguous) bindings to 'value' 2012-05-07 13:03:48 -04:00
weston-egl-ext.h compositor: add EGL_WL_bind_wayland_display definitions 2012-04-17 14:36:00 +03:00
weston-launch.c weston-launch: be more descriptive with output messages 2012-04-17 14:10:42 -04:00
weston-launch.h Introduce weston-launch 2012-04-06 14:01:19 +02:00
xserver-launcher.c xserver: Move window property reading to set_window_id handler 2012-04-22 15:12:45 -04:00