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:
Thomas Thurman 2008-01-03 03:30:55 +00:00 committed by Thomas James Alexander Thurman
parent 845ecdc3af
commit 9d1549e1ff
3 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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);

View File

@ -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);