fix paths in patch
This commit is contained in:
parent
03f089ad92
commit
a424f65df7
@ -16,13 +16,13 @@ Related: 68386dfb1fa33471372a8cd2e74686758a2f527b
|
||||
|
||||
Signed-off-by: Václav Doležal <vdolezal@redhat.com>
|
||||
---
|
||||
src/display.h | 2 +-
|
||||
display.h | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/display.h b/src/display.h
|
||||
diff --git a/display.h b/display.h
|
||||
index 459cc5d..4fc2061 100644
|
||||
--- a/src/display.h
|
||||
+++ b/src/display.h
|
||||
--- a/display.h
|
||||
+++ b/display.h
|
||||
@@ -112,7 +112,7 @@ struct display
|
||||
int d_mousetrack; /* set when user wants to use mouse even when the window
|
||||
does not */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user