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 */