This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff -ur libXft-2.3.3/src/xftcolor.c libXft-2.3.3-patched/src/xftcolor.c | |
| --- libXft-2.3.3/src/xftcolor.c 2019-03-16 19:12:27.000000000 +0100 | |
| +++ libXft-2.3.3-patched/src/xftcolor.c 2021-04-23 16:53:14.825232294 +0200 | |
| @@ -90,9 +90,9 @@ | |
| green_len = masklen (visual->green_mask); | |
| blue_shift = maskbase (visual->blue_mask); | |
| blue_len = masklen (visual->blue_mask); | |
| - result->pixel = (((color->red >> (16 - red_len)) << red_shift) | | |
| - ((color->green >> (16 - green_len)) << green_shift) | | |
| - ((color->blue >> (16 - blue_len)) << blue_shift)); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| When wmaker_flatpak_apps.py is in PATH, create menu by adding "Generated Submenu" to the main menu, and as a command put: | |
| wmaker_flatpak_apps.py | |
| it should appear as: | |
| … | |
| (Flatpaks, OPEN_MENU, "|| wmaker_flatpak_apps.py"), | |
| … |
OlderNewer