diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-05-13 09:38:34 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-05-15 20:09:38 +0900 |
| commit | ca275a6386d2ea3b95129ce78695865a3523153b (patch) | |
| tree | 928f442cdcd715bb0ece379b605cfb4a7ef1c035 /tderandr/libtderandr.h | |
| parent | 3afb7eb4e984562dff3addf2c6399c19262497f0 (diff) | |
| download | tdelibs-ca275a63.tar.gz tdelibs-ca275a63.zip | |
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ad58630b34fc61754c763cf951004ef27e38d33d)
Diffstat (limited to 'tderandr/libtderandr.h')
| -rw-r--r-- | tderandr/libtderandr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tderandr/libtderandr.h b/tderandr/libtderandr.h index cccce2594..ad9ccf4b9 100644 --- a/tderandr/libtderandr.h +++ b/tderandr/libtderandr.h @@ -253,7 +253,7 @@ class TDERANDR_EXPORT KRandrSimpleAPI : public RandRDisplay * If test is true, the new configuration will be loaded for a short period of time, then reverted automatically * Returns true if configuration was accepted; false if not */ - bool applyDisplayConfiguration(TQPtrList<SingleScreenData> screenInfoArray, bool test=TRUE, TQString kde_confdir=""); + bool applyDisplayConfiguration(TQPtrList<SingleScreenData> screenInfoArray, bool test=true, TQString kde_confdir=""); /** * Applies the gamma contained within the systemwide display configuration screenInfoArray to the hardware |
