diff --git a/ChangeLog b/ChangeLog index 64727ce74..2c33ea040 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-01-02 Thomas Thurman + + * 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 * src/core/compositor.c: Don't do anything in diff --git a/src/core/compositor.c b/src/core/compositor.c index aa3a877aa..51b954e95 100644 --- a/src/core/compositor.c +++ b/src/core/compositor.c @@ -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->debug = (g_getenv ("METACITY_DEBUG_COMPOSITOR") != NULL); diff --git a/src/core/xprops.c b/src/core/xprops.c index 7a4282956..68c350ad4 100644 --- a/src/core/xprops.c +++ b/src/core/xprops.c @@ -594,7 +594,6 @@ meta_prop_get_cardinal (MetaDisplay *display, Window xwindow, Atom xatom, gulong *cardinal_p) - { return meta_prop_get_cardinal_with_atom_type (display, xwindow, xatom, XA_CARDINAL, cardinal_p);