[xiph-cvs] cvs commit: snatch libsnatch.c snatch.pl x11.c
Monty
xiphmont at xiph.org
Sat Nov 10 05:21:16 PST 2001
xiphmont 01/11/10 05:21:16
Modified: . libsnatch.c snatch.pl x11.c
Log:
blip
Revision Changes Path
1.16 +1 -13 snatch/libsnatch.c
Index: libsnatch.c
===================================================================
RCS file: /usr/local/cvsroot/snatch/libsnatch.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- libsnatch.c 2001/11/10 13:05:08 1.15
+++ libsnatch.c 2001/11/10 13:21:15 1.16
@@ -1,17 +1,5 @@
/* top layer of subversion library to intercept RealPlayer socket and
- device I/O. --Monty 20011101 */
-
-/* We grab audio by watching for open() on the audio device, and then
- capturing ioctl()s and read()s. X is dealt with at two levels;
- when we need to add our own X events, we do that through
- RealPlayer's own Xlib state (to avoid opening another, or confusing
- Xlib by adding/removing events from its stream. This is another
- way to get the infamous 'Xlib: Unexpected async reply' error, even
- if things are properly locked). Mostly we deal with X by
- watching/effecting the wire level protocol over the X fd. Watching
- the raw X gives some extra flexibility (like capturing expose),
- especially for potential future features (like not mapping the RP
- windows at all, but RP being unaware of it). */
+ device I/O. --20011101 */
#define _GNU_SOURCE
#define _LARGEFILE_SOURCE
1.24 +2 -2 snatch/snatch.pl
Index: snatch.pl
===================================================================
RCS file: /usr/local/cvsroot/snatch/snatch.pl,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- snatch.pl 2001/11/10 13:05:08 1.23
+++ snatch.pl 2001/11/10 13:21:15 1.24
@@ -15,7 +15,7 @@
exit 1;
}
-$version="Snatch 20011106";
+$version="Snatch 20011110";
$configdir=$HOME."/.snatch";
$configfile=$configdir."/config.txt";
$historyfile=$configdir."/history.txt";
@@ -1557,7 +1557,7 @@
Alert("Impossible date setting!",
"The date checking routines believe the entered date doesn't exist (or is".
" far enough in the past it will never trigger anyway). Please correct the".
- ' date specification before proceeding, or file a bug report with monty at xiph.org'.
+ ' date specification before proceeding, or file a bug report'.
" if the date is correct and the code is wrong.\n",$tentry);
}elsif(TestOutpath($outfile,$tentry)){
$outfile=trim_glob($outfile);
1.17 +1 -1 snatch/x11.c
Index: x11.c
===================================================================
RCS file: /usr/local/cvsroot/snatch/x11.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- x11.c 2001/11/10 13:05:08 1.16
+++ x11.c 2001/11/10 13:21:15 1.17
@@ -1,5 +1,5 @@
/* X11 layer of subversion library to intercept RealPlayer socket and
- device I/O. --Monty 20011101 */
+ device I/O. --20011101 */
#include <stdio.h>
#include <errno.h>
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list