Merge pull request #10 from devenblake/patch-1

Fix some indentation in rose.c
This commit is contained in:
fenze 2022-05-15 12:11:04 +02:00 committed by GitHub
commit 5c0533dc69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
rose.c
View File

@ -8,8 +8,8 @@ guint xid;
void setatom(int a, const char *v)
{
XChangeProperty(dpy, xid,
atoms[a], atoms[AtomUTF8], 8, PropModeReplace,
(unsigned char *)v, strlen(v) + 1);
atoms[a], atoms[AtomUTF8], 8, PropModeReplace,
(unsigned char *)v, strlen(v) + 1);
XSync(dpy, False);
}