Move core protocol libraries into wayland/ subdirectory
authorKristian Høgsberg <krh@bitplanet.net>
Tue, 14 Sep 2010 15:13:18 +0000 (11:13 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 14 Sep 2010 16:41:55 +0000 (12:41 -0400)
commit6dd08ebbe108c2c78cc23d6af0b00a84199d8b2c
tree7670e24beb6fab2629d0ccd4451df5f90a344d89
parent76b43326a57b6c90ca464ff11e76e1217c9b7c70
Move core protocol libraries into wayland/ subdirectory
20 files changed:
Makefile
clients/Makefile
compositor/70-wayland.rules [moved from 70-wayland.rules with 100% similarity]
compositor/Makefile
configure.ac
wayland/Makefile [new file with mode: 0644]
wayland/connection.c [moved from connection.c with 100% similarity]
wayland/connection.h [moved from connection.h with 100% similarity]
wayland/event-loop.c [moved from event-loop.c with 100% similarity]
wayland/protocol.xml [moved from protocol.xml with 100% similarity]
wayland/scanner.c [moved from scanner.c with 100% similarity]
wayland/wayland-client.c [moved from wayland-client.c with 100% similarity]
wayland/wayland-client.h [moved from wayland-client.h with 100% similarity]
wayland/wayland-client.pc.in [moved from wayland-client.pc.in with 100% similarity]
wayland/wayland-hash.c [moved from wayland-hash.c with 100% similarity]
wayland/wayland-server.c [moved from wayland-server.c with 100% similarity]
wayland/wayland-server.h [moved from wayland-server.h with 100% similarity]
wayland/wayland-server.pc.in [moved from wayland-server.pc.in with 100% similarity]
wayland/wayland-util.c [moved from wayland-util.c with 100% similarity]
wayland/wayland-util.h [moved from wayland-util.h with 100% similarity]