mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
trivial fix to a log message: change %d to %lu (see debugging log from bug
2005-02-16 Elijah Newren <newren@gmail.com> * src/display.c: (event_callback): trivial fix to a log message: change %d to %lu (see debugging log from bug 167358).
This commit is contained in:
parent
d1e630235d
commit
754a75546d
@ -1,3 +1,8 @@
|
|||||||
|
2005-02-16 Elijah Newren <newren@gmail.com>
|
||||||
|
|
||||||
|
* src/display.c: (event_callback): trivial fix to a log message:
|
||||||
|
change %d to %lu (see debugging log from bug 167358).
|
||||||
|
|
||||||
2005-02-12 Elijah Newren <newren@gmail.com>
|
2005-02-12 Elijah Newren <newren@gmail.com>
|
||||||
|
|
||||||
Raise the ancestor of a window instead of the window itself.
|
Raise the ancestor of a window instead of the window itself.
|
||||||
|
@ -1564,7 +1564,7 @@ event_callback (XEvent *event,
|
|||||||
{
|
{
|
||||||
g_assert (CurrentTime != display->current_time);
|
g_assert (CurrentTime != display->current_time);
|
||||||
meta_topic (META_DEBUG_WINDOW_STATE,
|
meta_topic (META_DEBUG_WINDOW_STATE,
|
||||||
"Metacity set %s's net_wm_user_time to %d.\n",
|
"Metacity set %s's net_wm_user_time to %lu.\n",
|
||||||
window->desc, display->current_time);
|
window->desc, display->current_time);
|
||||||
window->net_wm_user_time_set = TRUE;
|
window->net_wm_user_time_set = TRUE;
|
||||||
window->net_wm_user_time = display->current_time;
|
window->net_wm_user_time = display->current_time;
|
||||||
|
Loading…
Reference in New Issue
Block a user