aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--client.c3
-rw-r--r--conf.c3
-rw-r--r--menu.c4
3 files changed, 4 insertions, 6 deletions
diff --git a/client.c b/client.c
index 9704678..5d4cf7d 100644
--- a/client.c
+++ b/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/conf.c b/conf.c
index 7da9a99..8c5ef7b 100644
--- a/conf.c
+++ b/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/menu.c b/menu.c
index 1ea3ea7..b3b7e57 100644
--- a/menu.c
+++ b/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);
}
-