summaryrefslogtreecommitdiff
path: root/UEngines.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2025-01-04 20:41:26 +0100
committerTomas Bzatek <tbzatek@redhat.com>2025-11-27 21:42:57 +0100
commit90db8b6652f73ddc335922d3a7c593878d83c45e (patch)
tree6b3f8ed57d4dc3358c2965bf41f6e613b8b80bf0 /UEngines.pas
parent63ff1bea9bb1e87a7e2643f680d04f2b9c00d072 (diff)
downloadtuxcmd-90db8b6652f73ddc335922d3a7c593878d83c45e.tar.xz
Basic ListView CSS styling
Diffstat (limited to 'UEngines.pas')
-rw-r--r--UEngines.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/UEngines.pas b/UEngines.pas
index 2d69695..13acf84 100644
--- a/UEngines.pas
+++ b/UEngines.pas
@@ -52,7 +52,7 @@ type
Selected, IsDotFile, IsExecutable: boolean;
atime, mtime, ctime: time_t;
Icon: Pointer;
- ItemColor: PGdkColor;
+ ItemColor: PGdkRGBA;
end;
PDataItemSL = ^TDataItemSL;