Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prematurely abort ProcSendEvent if a ClientMsg has been fordwarded #1078

Open
wants to merge 2 commits into
base: 3.6.x
Choose a base branch
from

Conversation

uli42
Copy link
Member

@uli42 uli42 commented Jun 29, 2024

Fixes #1065

@sunweaver
Copy link
Member

Events.c:4211:6: error: conflicting types for 'nxagentForwardRemoteExpose'; have 'void(void)'
7436
 4211 | void nxagentForwardRemoteExpose(void)
7437
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~
7438
Events.c:227:13: note: previous declaration of 'nxagentForwardRemoteExpose' with type 'int(void)'
7439
  227 | static Bool nxagentForwardRemoteExpose(void);
7440
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~
7441
Events.c:227:13: warning: 'nxagentForwardRemoteExpose' used but never defined
7442
make[7]: *** [Makefile:575: Events.o] Error 1

@uli42 CI failure. Can you take a look? Thanks.

@uli42
Copy link
Member Author

uli42 commented Jul 10, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rootless mode: Qt applications do not exit
2 participants