• Mike Gabriel's avatar
    hw/nxagent/Screen.c: Correctly use already defined MIN/MAX macros. · 72386e17
    Mike Gabriel authored
     Use MIN(A,B) macro as defined in Utils.h. Add MAX(A,B) macro in Utils.h,
     as well. Don't have another set of MIN/MAX macro definitions in
     Screen.c.
    
     Amends the following compiler warnings:
    
     ```
     Screen.c:3600:0: warning: "MIN" redefined
      #define MIN(a,b) ((a) < (b)) ? (a) : (b);
      ^
     In file included from Screen.c:78:0:
     Utils.h:36:0: note: this is the location of the previous definition
      #define MIN(A, B) ( (A) < (B) ? (A) : (B) )
      ^
     ```
    72386e17
Name
Last commit
Last update
..
GL Loading commit data...
XTrap Loading commit data...
Xext Loading commit data...
Xi Loading commit data...
composite Loading commit data...
damageext Loading commit data...
dbe Loading commit data...
dix Loading commit data...
fb Loading commit data...
hw Loading commit data...
include Loading commit data...
mfb Loading commit data...
mi Loading commit data...
miext Loading commit data...
os Loading commit data...
randr Loading commit data...
record Loading commit data...
render Loading commit data...
xfixes Loading commit data...
xkb Loading commit data...
Imakefile Loading commit data...
Xserver.man Loading commit data...
fix-miregion Loading commit data...
fix-miregion-private Loading commit data...
fix-region Loading commit data...