CVS: rdesktop xwin.c,1.165,1.166
Peter ?strand <[email protected]>
| Newsgroups | gmane.network.rdesktop.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/rdesktop/rdesktop
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32142
Modified Files:
xwin.c
Log Message:
Indent fixes.
Index: xwin.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/xwin.c,v
retrieving revision 1.165
retrieving revision 1.166
diff -C2 -d -r1.165 -r1.166
*** xwin.c 30 Apr 2004 19:14:15 -0000 1.165
--- xwin.c 6 May 2004 08:17:47 -0000 1.166
***************
*** 46,50 ****
extern uint32 g_embed_wnd;
BOOL g_enable_compose = False;
! BOOL g_Unobscured; /* used for screenblt */
static GC g_gc = NULL;
static Visual *g_visual;
--- 46,50 ----
extern uint32 g_embed_wnd;
BOOL g_enable_compose = False;
! BOOL g_Unobscured; /* used for screenblt */
static GC g_gc = NULL;
static Visual *g_visual;
***************
*** 253,257 ****
if (g_arch_match)
! REPEAT(*(((uint16*)out)++) = g_colmap[*(data++)];)
else if (g_xserver_be)
{
--- 253,258 ----
if (g_arch_match)
! REPEAT(*(((uint16 *) out)++) = g_colmap[*(data++)];
! )
else if (g_xserver_be)
{
***************
*** 308,312 ****
if (g_arch_match)
! REPEAT(*(((uint32*)out)++) = g_colmap[*(data++)];)
else if (g_xserver_be)
{
--- 309,314 ----
if (g_arch_match)
! REPEAT(*(((uint32 *) out)++) = g_colmap[*(data++)];
! )
else if (g_xserver_be)
{
***************
*** 1858,1867 ****
{
XCopyArea(g_display, g_wnd, g_wnd, g_gc, srcx, srcy, cx, cy, x, y);
! XCopyArea(g_display, g_backstore, g_backstore, g_gc, srcx, srcy, cx, cy, x, y);
}
else
{
XCopyArea(g_display, g_backstore, g_wnd, g_gc, srcx, srcy, cx, cy, x, y);
! XCopyArea(g_display, g_backstore, g_backstore, g_gc, srcx, srcy, cx, cy, x, y);
}
}
--- 1860,1871 ----
{
XCopyArea(g_display, g_wnd, g_wnd, g_gc, srcx, srcy, cx, cy, x, y);
! XCopyArea(g_display, g_backstore, g_backstore, g_gc, srcx, srcy, cx, cy, x,
! y);
}
else
{
XCopyArea(g_display, g_backstore, g_wnd, g_gc, srcx, srcy, cx, cy, x, y);
! XCopyArea(g_display, g_backstore, g_backstore, g_gc, srcx, srcy, cx, cy, x,
! y);
}
}
-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3