mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
xkbutils: patch for gcc 14
This commit is contained in:
parent
5758e3062c
commit
26286d64be
1 changed files with 11 additions and 0 deletions
11
srcpkgs/xkbutils/patches/incompatible-pointer-types.patch
Normal file
11
srcpkgs/xkbutils/patches/incompatible-pointer-types.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- a/xkbwatch.c
|
||||
+++ b/xkbwatch.c
|
||||
@@ -72,7 +72,7 @@ main(int argc, char *argv[])
|
||||
static Arg vArgs[] = { {XtNorientation, (XtArgVal) XtorientVertical} };
|
||||
static Arg onArgs[] = { {XtNon, (XtArgVal) True} };
|
||||
static Arg offArgs[] = { {XtNon, (XtArgVal) False} };
|
||||
- static char *fallback_resources[] = {
|
||||
+ static const char *fallback_resources[] = {
|
||||
"*Box*background: grey50",
|
||||
"*Box*borderWidth: 0",
|
||||
"*Box*vSpace: 1",
|
Loading…
Add table
Reference in a new issue