mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 09:30:45 -05:00
Two really minor coding standards layout tweaks.
2008-01-02 Thomas Thurman <tthurman@gnome.org> * src/core/xprops.c (meta_prop_get_cardinal), src/core/compositor.c (timeout_debug): Two really minor coding standards layout tweaks. svn path=/trunk/; revision=3503
This commit is contained in:
parent
845ecdc3af
commit
9d1549e1ff
@ -1,3 +1,8 @@
|
|||||||
|
2008-01-02 Thomas Thurman <tthurman@gnome.org>
|
||||||
|
|
||||||
|
* src/core/xprops.c (meta_prop_get_cardinal), src/core/compositor.c
|
||||||
|
(timeout_debug): Two really minor coding standards layout tweaks.
|
||||||
|
|
||||||
2007-12-27 Iain Holmes <iain@gnome.org>
|
2007-12-27 Iain Holmes <iain@gnome.org>
|
||||||
|
|
||||||
* src/core/compositor.c: Don't do anything in
|
* src/core/compositor.c: Don't do anything in
|
||||||
|
@ -2202,7 +2202,8 @@ process_shape (MetaCompositor *compositor,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static int timeout_debug (MetaCompositor *compositor)
|
static int
|
||||||
|
timeout_debug (MetaCompositor *compositor)
|
||||||
{
|
{
|
||||||
compositor->show_redraw = (g_getenv ("METACITY_DEBUG_REDRAWS") != NULL);
|
compositor->show_redraw = (g_getenv ("METACITY_DEBUG_REDRAWS") != NULL);
|
||||||
compositor->debug = (g_getenv ("METACITY_DEBUG_COMPOSITOR") != NULL);
|
compositor->debug = (g_getenv ("METACITY_DEBUG_COMPOSITOR") != NULL);
|
||||||
|
@ -594,7 +594,6 @@ meta_prop_get_cardinal (MetaDisplay *display,
|
|||||||
Window xwindow,
|
Window xwindow,
|
||||||
Atom xatom,
|
Atom xatom,
|
||||||
gulong *cardinal_p)
|
gulong *cardinal_p)
|
||||||
|
|
||||||
{
|
{
|
||||||
return meta_prop_get_cardinal_with_atom_type (display, xwindow, xatom,
|
return meta_prop_get_cardinal_with_atom_type (display, xwindow, xatom,
|
||||||
XA_CARDINAL, cardinal_p);
|
XA_CARDINAL, cardinal_p);
|
||||||
|
Loading…
Reference in New Issue
Block a user