[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xorg-server: Changes to 'ubuntu'



 debian/patches/158_raise_maxclients.patch |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

New commits:
commit e2349051e11f6396b166e5e7a9bca58310270eb2
Author: Bryce Harrington <bryce@bryceharrington.org>
Date:   Thu Feb 5 04:02:49 2009 -0800

    Fix build issue so maxclient patch applies to current xserver source.

diff --git a/debian/patches/158_raise_maxclients.patch b/debian/patches/158_raise_maxclients.patch
index 737d6b0..cc30d58 100644
--- a/debian/patches/158_raise_maxclients.patch
+++ b/debian/patches/158_raise_maxclients.patch
@@ -1,13 +1,12 @@
-Index: xorg-server-1.4.99.906/include/misc.h
-===================================================================
---- xorg-server-1.4.99.906.orig/include/misc.h	2008-08-21 10:02:24.000000000 -0700
-+++ xorg-server-1.4.99.906/include/misc.h	2008-08-21 10:02:33.000000000 -0700
-@@ -86,7 +86,7 @@
+diff -Nurp patched/include/misc.h working/include/misc.h
+--- patched/include/misc.h	2009-02-05 01:09:03.000000000 -0800
++++ working/include/misc.h	2009-02-05 02:12:57.000000000 -0800
+@@ -86,7 +86,7 @@ extern unsigned long serverGeneration;
  #ifndef MAXSCREENS
  #define MAXSCREENS	16
  #endif
 -#define MAXCLIENTS	256
 +#define MAXCLIENTS	512
+ #define MAXEXTENSIONS   128
  #define MAXFORMATS	8
- 
- typedef unsigned long PIXEL;
+ #define MAXDEVICES	20 /* input devices */


Reply to: