aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2015-06-26 16:11:21 +0000
committerokan2015-06-26 16:11:21 +0000
commit8ee45f99bd44dcf347cc84ebb8afdddda5b28997 (patch)
tree9ab6e588373898c111327fb774c625542801f5a4 /calmwm.h
parent5cf1374cd905ac2fb2aff2baf0e178ff81d5a416 (diff)
downloadcwm-8ee45f99bd44dcf347cc84ebb8afdddda5b28997.tar.gz
collect 'gap' applications
Diffstat (limited to '')
-rw-r--r--calmwm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index edb541a..4759fbc 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -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: calmwm.h,v 1.293 2015/06/26 15:21:58 okan Exp $
+ * $OpenBSD: calmwm.h,v 1.294 2015/06/26 16:11:21 okan Exp $
*/
#ifndef _CALMWM_H_
@@ -450,6 +450,7 @@ void search_match_text(struct menu_q *, struct menu_q *,
char *);
void search_print_client(struct menu *, int);
+struct geom screen_apply_gap(struct screen_ctx *, struct geom);
struct screen_ctx *screen_find(Window);
struct geom screen_find_xinerama(struct screen_ctx *,
int, int, int);