mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
don't forget to initialize display->grab_old_window_stacking. Thanks to
2005-01-24 Elijah Newren <newren@gmail.com> * src/display.c: (meta_display_begin_grab_op): don't forget to initialize display->grab_old_window_stacking. Thanks to Sebastien Bacher and the bleeding edge Ubuntu users for catching the occasional crash this could cause so quickly, and for verifying that the patch worked (I couldn't duplicate). Fixes #165093.
This commit is contained in:
parent
145d134095
commit
2dcaa941b4
@ -1,3 +1,11 @@
|
||||
2005-01-24 Elijah Newren <newren@gmail.com>
|
||||
|
||||
* src/display.c: (meta_display_begin_grab_op): don't forget to
|
||||
initialize display->grab_old_window_stacking. Thanks to Sebastien
|
||||
Bacher and the bleeding edge Ubuntu users for catching the
|
||||
occasional crash this could cause so quickly, and for verifying
|
||||
that the patch worked (I couldn't duplicate). Fixes #165093.
|
||||
|
||||
2005-01-23 Elijah Newren <newren@gmail.com>
|
||||
|
||||
* configure.in: post-release version bump to 2.9.8
|
||||
|
@ -3200,6 +3200,7 @@ meta_display_begin_grab_op (MetaDisplay *display,
|
||||
display->grab_last_moveresize_time.tv_sec = 0;
|
||||
display->grab_last_moveresize_time.tv_usec = 0;
|
||||
display->grab_motion_notify_time = 0;
|
||||
display->grab_old_window_stacking = NULL;
|
||||
#ifdef HAVE_XSYNC
|
||||
display->grab_sync_request_alarm = None;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user