From 25e5280fa00a4ff855817bbd8a970b62ceefbcab Mon Sep 17 00:00:00 2001 From: Gergely Szasz Date: Sun, 24 Jun 2007 08:01:57 +0000 Subject: [PATCH] Formatting fixes (part of bug #107). Legacy-ID: 3014 --- hacking/ChangeLog | 2 ++ ui/xlib/xdisplay.c | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/hacking/ChangeLog b/hacking/ChangeLog index 7fd2aabe..99716144 100644 --- a/hacking/ChangeLog +++ b/hacking/ChangeLog @@ -1862,3 +1862,5 @@ bug #1723250). 20070622 widget/widget.c,ui/xlib/xdisplay.c: show emulation speed in titlebar (part of bug #1686228) (Gergely Szasz). +20070624 ui/xlib/xdisplay.c: formatting fixes (part of bug #1686228) (Gergely + Szasz). diff --git a/ui/xlib/xdisplay.c b/ui/xlib/xdisplay.c index d0703160..bbff4bbf 100644 --- a/ui/xlib/xdisplay.c +++ b/ui/xlib/xdisplay.c @@ -92,7 +92,7 @@ static const ptrdiff_t scaled_pitch = static unsigned long colours[16], greys[16]; /* The current size of the window (in units of DISPLAY_SCREEN_*) */ -static int xdisplay_current_size=1; +static int xdisplay_current_size = 1; #ifdef X_USE_SHM static XShmSegmentInfo shm_info; @@ -481,7 +481,8 @@ xdisplay_area( int x, int y, int w, int h ) } } -static void xdisplay_destroy_image (void) +static void +xdisplay_destroy_image(void) { /* Free the XImage used to store screen data; also frees the malloc'd data */