diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-05 23:29:57 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-05 23:29:57 +0900 |
| commit | bdb0aa04da758449d8b82e90f00cae94593146da (patch) | |
| tree | ca15dd3a8f3ee84e5cc38a33d3450ed28b9cb531 /ksim | |
| parent | 1dbf304d3b6ff07b17dfc6163c2d5046a8b13e47 (diff) | |
| download | tdeutils-master.tar.gz tdeutils-master.zip | |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ksim')
| -rw-r--r-- | ksim/monitors/lm_sensors/NVCtrl.h | 6 | ||||
| -rw-r--r-- | ksim/monitors/lm_sensors/NVCtrlLib.h | 2 |
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; |
