weston/clients
Tim Wiederhake 81bd979835 initialise display
fixes valgrind:
==25178== Conditional jump or move depends on uninitialised value(s)
==25178==    at 0x409E2C: display_create (window.c:1582)
==25178==    by 0x407A43: main (terminal.c:2323)
and
==13793== Conditional jump or move depends on uninitialised value(s)
==13793==    at 0x40A2D1: display_handle_global (window.c:1504)
==13793==    by 0x4E2C183: display_handle_global (wayland-client.c:281)
==13793==    by 0x713FEE7: ffi_call_unix64 (in /usr/lib/libffi.so.5.0.10)
==13793==    by 0x713FC83: ffi_call (in /usr/lib/libffi.so.5.0.10)
==13793==    by 0x4E2C71A: wl_closure_invoke (connection.c:663)
==13793==    by 0x4E2BB7B: wl_display_iterate (wayland-client.c:484)
==13793==    by 0x4096CA: display_create (window.c:1664)
==13793==    by 0x407A43: main (terminal.c:2321)
2011-01-23 17:58:30 -05:00
..
.gitignore document the usage of libtoytoolkit 2011-01-23 14:04:35 -05:00
cairo-util.c Drive-by optimization of blur_surface() 2011-01-21 22:19:40 -05:00
cairo-util.h Add a drag and drop test client 2010-08-18 15:28:04 -04:00
dnd.c Add an orange pop-up menu to test the new map_transient request 2011-01-21 18:03:15 -05:00
eventdemo.c document the usage of libtoytoolkit 2011-01-23 14:04:35 -05:00
flower.c Add an orange pop-up menu to test the new map_transient request 2011-01-21 18:03:15 -05:00
gears.c Add an orange pop-up menu to test the new map_transient request 2011-01-21 18:03:15 -05:00
image.c Add an orange pop-up menu to test the new map_transient request 2011-01-21 18:03:15 -05:00
Makefile.am document the usage of libtoytoolkit 2011-01-23 14:04:35 -05:00
resizor.c remove unused variable 2011-01-23 17:58:18 -05:00
screenshot.c Create socket in /var/run/user/${HOME} 2010-12-01 16:53:01 -05:00
simple-client.c simple-client: Remove unnecessary flush 2011-01-14 20:45:23 -05:00
smoke.c remove unused function in clients/smoke.c, silence warning 2011-01-23 13:58:26 -05:00
terminal.c close terminal window on exit 2011-01-23 14:00:21 -05:00
view.c Add an orange pop-up menu to test the new map_transient request 2011-01-21 18:03:15 -05:00
wayland-glib.c Make clients at least compile for now 2010-06-06 22:28:16 -04:00
wayland-glib.h fix missing includes in clients/window.h and clients/wayland-glib.h 2010-11-29 08:14:57 -05:00
window.c initialise display 2011-01-23 17:58:30 -05:00
window.h remove declaration without definition from window.h 2011-01-23 13:58:43 -05:00