summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRosy2023-01-13 23:26:34 +1300
committerRosy2023-01-13 23:26:34 +1300
commit5c40e5b5ad3fd4eaf3cb6f35c42269ca30fbe8a5 (patch)
treecb0549612fccc2a386fa8e004c07370e1c365e41
parent1bcb4834e405f7301dafc7f38f38f498fbc71ea1 (diff)
downloadaur-5c40e5b5ad3fd4eaf3cb6f35c42269ca30fbe8a5.tar.gz
updated patch
-rw-r--r--24-bit-color.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/24-bit-color.patch b/24-bit-color.patch
index d66181e9dcb0..500772f4e091 100644
--- a/24-bit-color.patch
+++ b/24-bit-color.patch
@@ -120,13 +120,13 @@
}
#endif
}
-@@ -3411,7 +3411,7 @@
+@@ -3418,7 +3418,7 @@
return;
rgba c;
- pix_colors_focused[color].get (c);
+ lookup_color(color, pix_colors_focused).get (c);
- color -= minCOLOR;
+ char rgba_str[32];
#if XFT
@@ -3906,7 +3906,7 @@