Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Agner
weston
Commits
a4ba1da0
Commit
a4ba1da0
authored
Jul 21, 2011
by
Kristian Høgsberg
Browse files
xserver: Ignore requests from X servers we didn't launch
parent
2669f72e
Changes
1
Hide whitespace changes
Inline
Side-by-side
compositor/xserver-launcher.c
View file @
a4ba1da0
...
...
@@ -537,6 +537,9 @@ xserver_set_window_id(struct wl_client *client, struct xserver *xserver,
struct
wlsc_wm
*
wm
=
wxs
->
wm
;
struct
wlsc_wm_window
*
window
;
if
(
client
!=
wxs
->
client
)
return
;
window
=
wl_hash_table_lookup
(
wm
->
window_hash
,
id
);
if
(
window
==
NULL
)
{
fprintf
(
stderr
,
"set_window_id for unknown window %d
\n
"
,
id
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment