Re: [PATCH 01/10] wayland-server: reduce use of magic numbers

2012-07-01 Thread Kristian Høgsberg
On Sun, Jul 01, 2012 at 05:51:19PM +, nobled wrote: > Make it clear what the significance of '5' and '113' actually is. > Also drop an unneeded function argument. > --- > Patch series available here: > https://github.com/nobled/wayland.git 'sockets' branch That is a good series. Very nice cat

[PATCH 01/10] wayland-server: reduce use of magic numbers

2012-07-01 Thread nobled
Make it clear what the significance of '5' and '113' actually is. Also drop an unneeded function argument. --- Patch series available here: https://github.com/nobled/wayland.git 'sockets' branch src/wayland-server.c | 21 +++-- 1 file changed, 15 insertions(+), 6 deletions(-) d