Displaying 2 results from an estimated 2 matches for "maxshort".
Did you mean:
max_short
2001 Aug 09
0
20010731 Build problem on solaris 7.0 on Sparc.
When I run "./tools/wineinstall" , I got following errors.
gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -D__WINE__
-D_REENTRANT -I/usr/openwin/include -o ppy.tab.o ppy.tab.c
In file included from ./ppy.y:183:
/usr/include/values.h:45: warning: `MAXSHORT' redefined
../../include/winnt.h:490: warning: this is the location of the previous
definition
/usr/include/values.h:47: warning: `MAXLONG' redefined
../../include/winnt.h:492: warning: this is the location of the previous
definition
./ppy.y:789: warning: missing braces around initializer f...
2007 Mar 05
1
[PATCH] place plugin window matching
Here a patch to enable window position/viewport matching in place plugin:
http://hibbert.univ-lille3.fr/~cbellegarde/Compiz/place_matches.patch
I don't know how to initialise properly x and y position max value in options
initialisation.
David may have an idea ;)
Cedric