~gma500/emgd/trunk

« back to all changes in this revision

Viewing changes to xorg/xorg-server-1.7.6/debian/patches/158_raise_maxclients.patch

  • Committer: José Bernardo Bandos
  • Date: 2010-08-28 16:04:10 UTC
  • Revision ID: jbs@jbs-laptop-20100828160410-nw5zohdn37oupdv2
First step to add emgd drivers from meego

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -Nurp patched/include/misc.h working/include/misc.h
2
 
--- patched/include/misc.h      2009-02-05 01:09:03.000000000 -0800
3
 
+++ working/include/misc.h      2009-02-05 02:12:57.000000000 -0800
4
 
@@ -86,7 +86,7 @@ extern unsigned long serverGeneration;
5
 
 #ifndef MAXSCREENS
6
 
 #define MAXSCREENS     16
7
 
 #endif
8
 
-#define MAXCLIENTS     256
9
 
+#define MAXCLIENTS     512
10
 
 #define MAXEXTENSIONS   128
11
 
 #define MAXFORMATS     8
12
 
 #define MAXDEVICES     20 /* input devices */