summaryrefslogtreecommitdiffstats
path: root/ksim
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-01-05 23:29:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-01-05 23:43:43 +0900
commit7b4cebbb59365794180f9c699056fd14658584c0 (patch)
treefc688f7669e7546903817a9016f9f4a4fbee6556 /ksim
parent9872a603705e08c7cb9deda61b1890fbd13da62b (diff)
downloadtdeutils-r14.1.x.tar.gz
tdeutils-r14.1.x.zip
Replace TRUE/FALSE with boolean values true/falser14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit bdb0aa04da758449d8b82e90f00cae94593146da)
Diffstat (limited to 'ksim')
-rw-r--r--ksim/monitors/lm_sensors/NVCtrl.h6
-rw-r--r--ksim/monitors/lm_sensors/NVCtrlLib.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/ksim/monitors/lm_sensors/NVCtrl.h b/ksim/monitors/lm_sensors/NVCtrl.h
index 81c9432..55652d7 100644
--- a/ksim/monitors/lm_sensors/NVCtrl.h
+++ b/ksim/monitors/lm_sensors/NVCtrl.h
@@ -482,7 +482,7 @@
/*
- * NV_CTRL_FRAMELOCK_TIMING - this is TRUE when the framelock board is
+ * NV_CTRL_FRAMELOCK_TIMING - this is true when the framelock board is
* receiving timing input.
*/
@@ -491,8 +491,8 @@
#define NV_CTRL_FRAMELOCK_TIMING_TRUE 1
/*
- * NV_CTRL_FLIPPING_ALLOWED - when TRUE, OpenGL will swap by flipping
- * when possible; when FALSE, OpenGL will alway swap by blitting. XXX
+ * NV_CTRL_FLIPPING_ALLOWED - when true, OpenGL will swap by flipping
+ * when possible; when false, OpenGL will alway swap by blitting. XXX
* can this be enabled dynamically?
*/
diff --git a/ksim/monitors/lm_sensors/NVCtrlLib.h b/ksim/monitors/lm_sensors/NVCtrlLib.h
index 8d9cec4..0e2cbe5 100644
--- a/ksim/monitors/lm_sensors/NVCtrlLib.h
+++ b/ksim/monitors/lm_sensors/NVCtrlLib.h
@@ -162,7 +162,7 @@ Bool XNVCtrlSelectNotify (
typedef struct {
int type;
unsigned long serial;
- Bool send_event; /* always FALSE, we don't allow send_events */
+ Bool send_event; /* always false, we don't allow send_events */
Display *display;
Time time;
int screen;