# HG changeset patch # User reimar # Date 1187432971 0 # Node ID 8595d6dbd0ed252f1d343fad588148b53051da2a # Parent 55bbcab62cd0c671e21973f49f0db470456a3d76 Text files must end with a newline diff -r 55bbcab62cd0 -r 8595d6dbd0ed libvo/vo_macosx.h --- a/libvo/vo_macosx.h Sat Aug 18 10:23:40 2007 +0000 +++ b/libvo/vo_macosx.h Sat Aug 18 10:29:31 2007 +0000 @@ -78,4 +78,4 @@ - (void) scrollWheel: (NSEvent *) theEvent; - (void) mouseEvent: (NSEvent *) theEvent; - (void) check_events; -@end \ No newline at end of file +@end