summaryrefslogtreecommitdiff
path: root/src/Cursor.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2022-09-11 10:52:25 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2022-09-11 12:26:26 -0400
commit869d2b7ae8deda46f8ea6fba226455533683b0e4 (patch)
tree9ea6be558a438266b7c5e6cb7bd0c74f26e13df5 /src/Cursor.c
parentdf5f1f04a7d123a521f0d4bfc88c3b65253491bc (diff)
whitespace fix
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'src/Cursor.c')
-rw-r--r--src/Cursor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Cursor.c b/src/Cursor.c
index 2efa8ca..0e2b5e1 100644
--- a/src/Cursor.c
+++ b/src/Cursor.c
@@ -32,7 +32,7 @@ XRenderCreateCursor (Display *dpy,
unsigned int x,
unsigned int y)
{
- XRenderExtDisplayInfo *info = XRenderFindDisplay (dpy);
+ XRenderExtDisplayInfo *info = XRenderFindDisplay (dpy);
Cursor cid;
xRenderCreateCursorReq *req;
@@ -56,7 +56,7 @@ XRenderCreateAnimCursor (Display *dpy,
int ncursor,
XAnimCursor *cursors)
{
- XRenderExtDisplayInfo *info = XRenderFindDisplay (dpy);
+ XRenderExtDisplayInfo *info = XRenderFindDisplay (dpy);
Cursor cid;
xRenderCreateAnimCursorReq *req;
long len;