1
0
Fork 0
mutter-performance-source/src/wayland
Giovanni Campagna 3803fd9511 wayland: don't use fork() and SIGCHLD to spawn processes
It is a very bad idea in a glib program (especially one heavily
using glib child watching facilities, like gnome-shell) to handle
SIGCHLD. While we're there, let's also use g_spawn_async, which
solves some malloc-after-fork problems and makes the code generally
cleaner.

https://bugzilla.gnome.org/show_bug.cgi?id=705816
2013-08-15 17:41:34 +02:00
..
meta-wayland-data-device.c wayland: Add basic input support 2013-08-10 19:13:49 -04:00
meta-wayland-data-device.h wayland: Add basic input support 2013-08-10 19:13:49 -04:00
meta-wayland-keyboard.c wayland: Add basic input support 2013-08-10 19:13:49 -04:00
meta-wayland-keyboard.h wayland: Add basic input support 2013-08-10 19:13:49 -04:00
meta-wayland-pointer.c wayland: refactor window destruction and focus 2013-08-13 09:42:55 +02:00
meta-wayland-pointer.h wayland: Add basic input support 2013-08-10 19:13:49 -04:00
meta-wayland-private.h wayland: don't use fork() and SIGCHLD to spawn processes 2013-08-15 17:41:34 +02:00
meta-wayland-seat.c MetaWaylandSeat: correct logic to set the current / focused surface 2013-08-15 17:41:34 +02:00
meta-wayland-seat.h wayland: Add an actor for the cursor 2013-08-10 19:13:49 -04:00
meta-wayland-stage.c wayland: Add an actor for the cursor 2013-08-10 19:13:49 -04:00
meta-wayland-stage.h wayland: Add an actor for the cursor 2013-08-10 19:13:49 -04:00
meta-wayland.c wayland: don't use fork() and SIGCHLD to spawn processes 2013-08-15 17:41:34 +02:00
meta-xwayland-private.h wayland: Adds basic hybrid X + Wayland support 2013-08-10 19:13:48 -04:00
meta-xwayland.c wayland: don't use fork() and SIGCHLD to spawn processes 2013-08-15 17:41:34 +02:00