projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03e1873
)
Fixed indentation.
author
Daniel Carl
<danielcarl@gmx.de>
Wed, 13 Jun 2018 20:29:44 +0000
(22:29 +0200)
committer
Daniel Carl
<danielcarl@gmx.de>
Wed, 13 Jun 2018 20:29:44 +0000
(22:29 +0200)
src/setting.c
patch
|
blob
|
history
diff --git
a/src/setting.c
b/src/setting.c
index
bfd949b
..
cc42ca0
100644
(file)
--- a/
src/setting.c
+++ b/
src/setting.c
@@
-544,9
+544,9
@@
static int fullscreen(Client *c, const char *name, DataType type, void *value, v
* might mean the titlebar isn't hidden on certain environments. */
static int window_decorate(Client *c, const char *name, DataType type, void *value, void *data)
{
- gtk_window_set_decorated(GTK_WINDOW(c->window), *(gboolean*)value);
+
gtk_window_set_decorated(GTK_WINDOW(c->window), *(gboolean*)value);
- return CMD_SUCCESS;
+
return CMD_SUCCESS;
}
#if WEBKIT_CHECK_VERSION (2, 16, 0)