mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
make prototype of meta_window_unqueue match implementation. Closes
2007-06-16 Damien Carbery <damien.carbery@sun.com> * window.h: make prototype of meta_window_unqueue match implementation. Closes #446535. svn path=/trunk/; revision=3243
This commit is contained in:
parent
6d8efc90e0
commit
36287b9417
@ -1,3 +1,8 @@
|
||||
2007-06-16 Damien Carbery <damien.carbery@sun.com>
|
||||
|
||||
* window.h: make prototype of meta_window_unqueue match
|
||||
implementation. Closes #446535.
|
||||
|
||||
2007-06-10 Thomas Thurman <thomas@thurman.org.uk>
|
||||
|
||||
* configure.in: post-release bump to 2.19.21.
|
||||
|
@ -90,7 +90,7 @@ static void ensure_mru_position_after (MetaWindow *window,
|
||||
|
||||
static void meta_window_move_resize_now (MetaWindow *window);
|
||||
|
||||
static void meta_window_unqueue (MetaWindow *window, MetaQueueType queue);
|
||||
static void meta_window_unqueue (MetaWindow *window, guint queuebits);
|
||||
|
||||
static void update_move (MetaWindow *window,
|
||||
gboolean snap,
|
||||
|
Loading…
Reference in New Issue
Block a user