xwayland: Rename xserver-launcher.c to window-manager.c

It's what it is now.
dev
Kristian Høgsberg 13 years ago
parent e10b124ef5
commit 4714558e3d
  1. 2
      src/xwayland/Makefile.am
  2. 1236
      src/xwayland/xserver-launcher.c

@ -14,7 +14,7 @@ xserver_launcher_la_LIBADD = \
$(top_builddir)/shared/libshared.la $(top_builddir)/shared/libshared.la
xserver_launcher_la_CFLAGS = $(GCC_CFLAGS) $(COMPOSITOR_CFLAGS) xserver_launcher_la_CFLAGS = $(GCC_CFLAGS) $(COMPOSITOR_CFLAGS)
xserver_launcher_la_SOURCES = \ xserver_launcher_la_SOURCES = \
xserver-launcher.c \ window-manager.c \
selection.c \ selection.c \
launcher.c \ launcher.c \
xserver-protocol.c \ xserver-protocol.c \

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save