diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-03-18 16:34:43 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-05-02 14:53:06 +0200 |
commit | 72386e1718da8ccd1eb42bf1e8565b8f411cfc38 (patch) | |
tree | cc64beec50e426a98856c3b9415d1a846f1f8524 /nx-X11/programs/Xserver/hw/nxagent/Options.c | |
parent | 7d3d47f1f298e4f2e0c45a2beab089978bd7d407 (diff) | |
download | nx-libs-72386e1718da8ccd1eb42bf1e8565b8f411cfc38.tar.gz nx-libs-72386e1718da8ccd1eb42bf1e8565b8f411cfc38.tar.bz2 nx-libs-72386e1718da8ccd1eb42bf1e8565b8f411cfc38.zip |
hw/nxagent/Screen.c: Correctly use already defined MIN/MAX macros.
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) )
^
```
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Options.c')
0 files changed, 0 insertions, 0 deletions