CVS: rdesktop Makefile.in, 1.14, 1.15 rdpsnd.c, 1.19, 1.20
Michael Gernoth <[email protected]> Sun, 01 Oct 2006 03:56:42 -0700
| Newsgroups | gmane.network.rdesktop.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/rdesktop/rdesktop
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv3717
Modified Files:
Makefile.in rdpsnd.c
Log Message:
let 'make proto' generate correct prototypes for rdpsnd
Index: Makefile.in
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/Makefile.in,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** Makefile.in 27 Mar 2006 08:17:33 -0000 1.14
--- Makefile.in 1 Oct 2006 10:56:39 -0000 1.15
***************
*** 82,86 ****
bitmap.c cache.c channels.c cliprdr.c disk.c mppc.c ewmhints.c \
iso.c licence.c mcs.c orders.c parallel.c printer.c printercache.c \
! pstcache.c rdesktop.c rdp5.c rdp.c rdpdr.c rdpsnd.c rdpsnd_oss.c \
secure.c serial.c tcp.c xclip.c xkeymap.c xwin.c lspci.c seamless.c >> proto.h
cat proto.tail >> proto.h
--- 82,86 ----
bitmap.c cache.c channels.c cliprdr.c disk.c mppc.c ewmhints.c \
iso.c licence.c mcs.c orders.c parallel.c printer.c printercache.c \
! pstcache.c rdesktop.c rdp5.c rdp.c rdpdr.c rdpsnd.c \
secure.c serial.c tcp.c xclip.c xkeymap.c xwin.c lspci.c seamless.c >> proto.h
cat proto.tail >> proto.h
Index: rdpsnd.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/rdpsnd.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** rdpsnd.c 21 Sep 2006 19:00:11 -0000 1.19
--- rdpsnd.c 1 Oct 2006 10:56:39 -0000 1.20
***************
*** 277,281 ****
}
! BOOL
rdpsnd_auto_open(void)
{
--- 277,281 ----
}
! inline BOOL
rdpsnd_auto_open(void)
{
***************
*** 307,311 ****
}
! void
rdpsnd_register_drivers(char *options)
{
--- 307,311 ----
}
! inline void
rdpsnd_register_drivers(char *options)
{
***************
*** 411,415 ****
}
! inline void
rdpsnd_play(void)
{
--- 411,415 ----
}
! void
rdpsnd_play(void)
{
***************
*** 417,421 ****
}
! void
rdpsnd_queue_write(STREAM s, uint16 tick, uint8 index)
{
--- 417,421 ----
}
! inline void
rdpsnd_queue_write(STREAM s, uint16 tick, uint8 index)
{
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV