mirror of
https://github.com/labwc/labwc.git
synced 2026-03-26 07:58:08 -04:00
Support xwayland window title bar dragging
This commit is contained in:
parent
4c53bd8bf9
commit
83c3492c87
7 changed files with 109 additions and 42 deletions
4
Makefile
4
Makefile
|
|
@ -13,9 +13,11 @@ ASAN_FLAGS = -O0 -fsanitize=address -fno-common -fno-omit-frame-pointer -rdynami
|
|||
WP = `pkg-config --variable=pkgdatadir wayland-protocols`
|
||||
WS = `pkg-config --variable=wayland_scanner wayland-scanner`
|
||||
|
||||
OBJS = main.o xdg.o view.o xwl.o server.o output.o dbg.o deco.o
|
||||
|
||||
all: labwc
|
||||
|
||||
labwc: xdg-shell-protocol.o main.o xdg.o view.o xwl.o server.o output.o dbg.o
|
||||
labwc: xdg-shell-protocol.o $(OBJS)
|
||||
$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
|
||||
|
||||
xdg-shell-protocol.h:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue