summaryrefslogtreecommitdiff
path: root/app/cwm
diff options
context:
space:
mode:
authorOkan Demirmen <okan@cvs.openbsd.org>2016-12-06 21:59:34 +0000
committerOkan Demirmen <okan@cvs.openbsd.org>2016-12-06 21:59:34 +0000
commita8f0a7916e26e550dd2a26e7188835c481978004 (patch)
tree2c69ff716fbbcd0ddb1b775fd5f35bb8545c3684 /app/cwm
parent2e68c7430792ae57518c50a772172952b82eafb3 (diff)
stray newlines
Diffstat (limited to 'app/cwm')
-rw-r--r--app/cwm/client.c3
-rw-r--r--app/cwm/conf.c3
-rw-r--r--app/cwm/menu.c4
3 files changed, 4 insertions, 6 deletions
diff --git a/app/cwm/client.c b/app/cwm/client.c
index 9704678f7..5d4cf7dd9 100644
--- a/app/cwm/client.c
+++ b/app/cwm/client.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: client.c,v 1.231 2016/12/06 21:00:13 okan Exp $
+ * $OpenBSD: client.c,v 1.232 2016/12/06 21:59:33 okan Exp $
*/
#include <sys/types.h>
@@ -1086,4 +1086,3 @@ client_set_wm_state(struct client_ctx *cc, long state)
XChangeProperty(X_Dpy, cc->win, cwmh[WM_STATE], cwmh[WM_STATE], 32,
PropModeReplace, (unsigned char *)data, 2);
}
-
diff --git a/app/cwm/conf.c b/app/cwm/conf.c
index 7da9a9930..8c5ef7b39 100644
--- a/app/cwm/conf.c
+++ b/app/cwm/conf.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: conf.c,v 1.229 2016/12/06 15:03:13 okan Exp $
+ * $OpenBSD: conf.c,v 1.230 2016/12/06 21:59:33 okan Exp $
*/
#include <sys/types.h>
@@ -374,6 +374,7 @@ conf_cmd_remove(struct conf *c, const char *name)
}
}
}
+
void
conf_autogroup(struct conf *c, int num, const char *name, const char *class)
{
diff --git a/app/cwm/menu.c b/app/cwm/menu.c
index 1ea3ea73e..b3b7e57a1 100644
--- a/app/cwm/menu.c
+++ b/app/cwm/menu.c
@@ -16,7 +16,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: menu.c,v 1.100 2016/12/06 21:54:10 okan Exp $
+ * $OpenBSD: menu.c,v 1.101 2016/12/06 21:59:33 okan Exp $
*/
#include <sys/types.h>
@@ -126,7 +126,6 @@ menu_filter(struct screen_ctx *sc, struct menu_q *menuq, const char *prompt,
CurrentTime) != GrabSuccess) {
XUnmapWindow(X_Dpy, sc->menu.win);
return(NULL);
-
}
XGetInputFocus(X_Dpy, &focuswin, &focusrevert);
@@ -667,4 +666,3 @@ menu_windraw(struct screen_ctx *sc, Window win, const char *fmt, ...)
free(text);
}
-