1
0
Fork 0
mutter-performance-source/src
Carlos Garnacho 006cdac531 wayland: Use read_all() when reading wayland selections
Plain input stream read() calls don't provide hard guarantees about
the number of bytes read, but the async method callback sort of
relies on bytes being less than requested only when reaching the
end of the transmitted data. If that happens mid transfer, that
doesn't bode well.

This is actually the behavior of g_input_stream_read_all(), so
switch to using it.
2018-02-07 19:29:28 +01:00
..
backends renderer/x11: Enable GPU memory purge error extension if available 2018-02-07 11:04:07 +08:00
compositor build: Fix non-wayland builds 2017-12-24 17:55:14 +08:00
core main: Add --x11 command line argument 2018-02-06 03:14:52 +00:00
meta window: rename get_flatpack_id into get_sandboxed_app_id 2017-10-21 13:36:16 -05:00
tests monitor-unit-tests: Add non upright panel test 2017-12-25 17:01:45 +08:00
ui window: Allow resizing of tiled windows 2017-10-03 19:38:31 -03:00
wayland wayland: Use read_all() when reading wayland selections 2018-02-07 19:29:28 +01:00
x11 x11/window: Mark restored workspace as “set” 2018-01-30 10:08:58 +01:00
.cvsignore
libmutter.pc.in Make libmutter and friends parallel installable 2017-02-14 11:16:45 +08:00
Makefile-tests.am src/Makefile-tests.am: Remove reference to non-existing file 2017-09-02 11:09:28 +08:00
Makefile.am wayland: Implement text input protocol 2018-01-18 16:20:45 +01:00
meta-enum-types.c.in Install enum types 2015-07-05 22:01:59 -07:00
meta-enum-types.h.in Install enum types 2015-07-05 22:01:59 -07:00
org.freedesktop.login1.xml MetaLauncher: Don't g_error() on failure 2015-11-06 17:03:59 -05:00
org.gnome.Mutter.DisplayConfig.xml DisplayConfig: Add 'legacy-ui-scaling-factor' property 2017-10-12 17:42:52 +08:00
org.gnome.Mutter.IdleMonitor.xml Rename the DBus interface files 2014-03-31 23:44:46 -04:00
org.gnome.Mutter.RemoteDesktop.xml Add remote desktop and screen cast functionality 2017-08-29 14:39:04 +08:00
org.gnome.Mutter.ScreenCast.xml screen-cast-stream: Add stream parameters 2017-09-20 18:27:57 +08:00