mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
window: remove warning about _NET_WM_MOVERESIZE's lack of timestamps
The comments in the code about the protocol's inadequacies are enough, there's no need to spam our standard outputs.
This commit is contained in:
parent
b0a9c391a1
commit
7223c4e184
@ -6349,9 +6349,6 @@ meta_window_client_message (MetaWindow *window,
|
||||
|
||||
/* FIXME: What a braindead protocol; no timestamp?!? */
|
||||
timestamp = meta_display_get_current_time_roundtrip (display);
|
||||
meta_warning ("Received a _NET_WM_MOVERESIZE message for %s; these "
|
||||
"messages lack timestamps and therefore suck.\n",
|
||||
window->desc);
|
||||
meta_topic (META_DEBUG_WINDOW_OPS,
|
||||
"Received _NET_WM_MOVERESIZE message on %s, %d,%d action = %d, button %d\n",
|
||||
window->desc,
|
||||
|
Loading…
Reference in New Issue
Block a user