Skip to content

Commit 7c30e20

Browse files
committed
Merge branch 'revert-236'
* revert-236: Don't try to send grants for not realized windows Revert "Don't try to send grants for not realized windows"
2 parents 72ece92 + 3d00bd5 commit 7c30e20

7 files changed

Lines changed: 49 additions & 417 deletions

File tree

gui-agent/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ CC ?= gcc
2323
CFLAGS += -I../include/ `pkg-config --cflags vchan` -g -Wall -Wextra -Werror -fPIC \
2424
-Wmissing-prototypes -Wstrict-prototypes -Wold-style-declaration \
2525
-Wold-style-definition
26-
OBJS = vmside.o txrx-vchan.o error.o list.o encoding.o video-ext-client.o
26+
OBJS = vmside.o txrx-vchan.o error.o list.o encoding.o
2727
LIBS = -lX11 -lXdamage -lXcomposite -lXfixes `pkg-config --libs vchan` -lqubesdb \
28-
-lunistring -lXext
28+
-lunistring
2929

3030

3131
all: qubes-gui qubes-gui-runuser

gui-agent/video-ext-client.c

Lines changed: 0 additions & 117 deletions
This file was deleted.

gui-agent/video-ext-client.h

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)