2009-02-23 22:22:20 +01:00
|
|
|
--- Xlib/protocol/display.py 2007-06-10 16:11:58.000000000 +0200
|
|
|
|
+++ Xlib/protocol/display.py.port 2009-02-23 22:00:57.000000000 +0100
|
2006-09-26 14:41:18 +02:00
|
|
|
@@ -1,6 +1,6 @@
|
2009-02-23 22:22:20 +01:00
|
|
|
# $Id: display.py,v 1.25 2007/06/10 14:11:58 mggrant Exp $
|
2006-09-26 14:41:18 +02:00
|
|
|
# -*- coding: latin-1 -*-
|
2006-07-20 01:25:17 +02:00
|
|
|
-#
|
|
|
|
+# -*- coding: latin-1 -*-
|
|
|
|
# Xlib.protocol.display -- core display communication
|
|
|
|
#
|
|
|
|
# Copyright (C) 2000-2002 Peter Liljenberg <petli@ctrl-c.liu.se>
|
2006-09-26 14:41:18 +02:00
|
|
|
@@ -534,7 +534,7 @@
|
2009-02-23 22:22:20 +01:00
|
|
|
# We're the recieving thread, parse the data
|
|
|
|
if recieving:
|
|
|
|
try:
|
|
|
|
- bytes_recv = self.socket.recv(2048)
|
|
|
|
+ bytes_recv = self.socket.recv(4096)
|
|
|
|
except socket.error, err:
|
|
|
|
self.close_internal('server: %s' % err[1])
|
|
|
|
raise self.socket_error
|