Re: [PATCH 2/2] Add wayland-protocol.h

2011-04-29 Thread Kristian Høgsberg
On Fri, Apr 29, 2011 at 3:47 AM, Benjamin Franzke wrote: > 2011/4/29 Casey Dahlin : >> This file can store flag values and such constants as are useful to have at >> both ends of the protocol. >> --- >>  wayland/Makefile.am        |    1 + >>  wayland/wayland-client.h   |    1 + >>  wayland/waylan

Re: [PATCH 2/2] Add wayland-protocol.h

2011-04-29 Thread Benjamin Franzke
2011/4/29 Casey Dahlin : > This file can store flag values and such constants as are useful to have at > both ends of the protocol. > --- >  wayland/Makefile.am        |    1 + >  wayland/wayland-client.h   |    1 + >  wayland/wayland-protocol.h |   30 ++ >  wayland/wayl

[PATCH 2/2] Add wayland-protocol.h

2011-04-28 Thread Casey Dahlin
This file can store flag values and such constants as are useful to have at both ends of the protocol. --- wayland/Makefile.am|1 + wayland/wayland-client.h |1 + wayland/wayland-protocol.h | 30 ++ wayland/wayland-server.h |1 + 4 files change