1
0
mirror of https://git.code.sf.net/p/fuse-emulator/fuse synced 2026-01-27 01:41:34 +03:00

Formatting fixes (part of bug #107).

Legacy-ID: 3014
This commit is contained in:
Gergely Szasz
2007-06-24 08:01:57 +00:00
committed by Fredrick Meunier
parent 5239ed0914
commit 25e5280fa0
2 changed files with 5 additions and 2 deletions

View File

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

View File

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