aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/py-xlib/files/patch-display
blob: d2cee90ba11cc84249a6f21b7b4d33ca1e32e54b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- Xlib/protocol/display.py.orig	Thu Jul 20 07:05:52 2006
+++ Xlib/protocol/display.py	Tue Sep 26 16:11:34 2006
@@ -1,6 +1,6 @@
 # $Id: display.py,v 1.24 2006/07/19 23:05:52 mggrant Exp $
 # -*- coding: latin-1 -*-
-#
+# -*- coding: latin-1 -*-
 # Xlib.protocol.display -- core display communication
 #
 #    Copyright (C) 2000-2002 Peter Liljenberg <petli@ctrl-c.liu.se>
@@ -534,7 +534,7 @@
 		# 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