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:
Damien Carbery 2007-06-17 02:15:07 +00:00 committed by Thomas James Alexander Thurman
parent 6d8efc90e0
commit 36287b9417
2 changed files with 6 additions and 1 deletions

View File

@ -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> 2007-06-10 Thomas Thurman <thomas@thurman.org.uk>
* configure.in: post-release bump to 2.19.21. * configure.in: post-release bump to 2.19.21.

View File

@ -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_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, static void update_move (MetaWindow *window,
gboolean snap, gboolean snap,