From 586742b715a3e3451a4587439778c410a1970cdd Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Fri, 15 Feb 2019 09:37:18 +0100 Subject: Revert "nxagent: rework Bool handling" This reverts commit 16cd2bbe1c4425e3fa557f9ca0723aa94a50b071. It turned out that I had missed some of the Booleans being actually tristate variables. I think I can fix this (they do not need to be tristate) but I revert this for now to get back to a working state (there are reports about non-working fullscreen mode and reconnect problems). Refers to ArcticaProject/nx-libs#772 --- nx-X11/programs/Xserver/hw/nxagent/Trap.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'nx-X11/programs/Xserver/hw/nxagent/Trap.h') diff --git a/nx-X11/programs/Xserver/hw/nxagent/Trap.h b/nx-X11/programs/Xserver/hw/nxagent/Trap.h index 1abacdaf5..f0884f657 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Trap.h +++ b/nx-X11/programs/Xserver/hw/nxagent/Trap.h @@ -26,14 +26,6 @@ #ifndef __Traps_H__ #define __Traps_H__ -#ifndef True -# define True 1 -#endif - -#ifndef False -# define False 0 -#endif - /* * Set if we are dispatching a render * extension request. Used to avoid -- cgit v1.2.3