Remove trailing whitespace
This commit is contained in:
parent
e678c41f56
commit
e17036a7a5
6
Brewfile
6
Brewfile
@ -1,5 +1,5 @@
|
|||||||
pkg-config
|
pkg-config
|
||||||
python
|
python
|
||||||
imagemagick
|
imagemagick
|
||||||
harfbuzz
|
harfbuzz
|
||||||
sphinx-doc
|
sphinx-doc
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
### Reporting bugs
|
### Reporting bugs
|
||||||
|
|
||||||
Please first search existing bug reports (especially closed ones) for a report
|
Please first search existing bug reports (especially closed ones) for a report
|
||||||
that matches your issue.
|
that matches your issue.
|
||||||
|
|
||||||
When reporting a bug, provide full details of your environment, that means, at
|
When reporting a bug, provide full details of your environment, that means, at
|
||||||
a minimum, kitty version, OS and OS version, kitty config (ideally a minimal
|
a minimum, kitty version, OS and OS version, kitty config (ideally a minimal
|
||||||
|
|||||||
@ -241,7 +241,7 @@
|
|||||||
"hash": "sha256:4675a79f091020817a98fd0484e7208c8762242266967f55a67776936c2e294d",
|
"hash": "sha256:4675a79f091020817a98fd0484e7208c8762242266967f55a67776936c2e294d",
|
||||||
"urls": ["https://wayland.freedesktop.org/releases/{filename}"]
|
"urls": ["https://wayland.freedesktop.org/releases/{filename}"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "wayland-protocols",
|
"name": "wayland-protocols",
|
||||||
|
|||||||
4
glfw/wl_init.c
vendored
4
glfw/wl_init.c
vendored
@ -152,7 +152,7 @@ static void setCursor(GLFWCursorShape shape, _GLFWwindow* window)
|
|||||||
_glfw.wl.cursorThemeManager,
|
_glfw.wl.cursorThemeManager,
|
||||||
window->wl.cursorTheme,
|
window->wl.cursorTheme,
|
||||||
_wlCursorPxFromScale(scale)
|
_wlCursorPxFromScale(scale)
|
||||||
);
|
);
|
||||||
cursor = _glfwLoadCursor(shape, window->wl.cursorTheme);
|
cursor = _glfwLoadCursor(shape, window->wl.cursorTheme);
|
||||||
if (!cursor) return;
|
if (!cursor) return;
|
||||||
// TODO: handle animated cursors too.
|
// TODO: handle animated cursors too.
|
||||||
@ -788,7 +788,7 @@ int _glfwPlatformInit(void)
|
|||||||
if (_glfw.wl.shm)
|
if (_glfw.wl.shm)
|
||||||
{
|
{
|
||||||
_glfw.wl.cursorThemeManager = _wlCursorThemeManagerDefault();
|
_glfw.wl.cursorThemeManager = _wlCursorThemeManagerDefault();
|
||||||
_glfw.wl.cursorSurface =
|
_glfw.wl.cursorSurface =
|
||||||
wl_compositor_create_surface(_glfw.wl.compositor);
|
wl_compositor_create_surface(_glfw.wl.compositor);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
@ -8,7 +8,7 @@ set wildignore+=tags
|
|||||||
set expandtab
|
set expandtab
|
||||||
set tabstop=4
|
set tabstop=4
|
||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
set softtabstop=0
|
set softtabstop=0
|
||||||
set smarttab
|
set smarttab
|
||||||
python3 <<endpython
|
python3 <<endpython
|
||||||
import sys
|
import sys
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user