diff options
author | okan | 2018-02-09 20:08:07 +0000 |
---|---|---|
committer | okan | 2018-02-09 20:08:07 +0000 |
commit | 3227a4121f877f63bdb20539a4253f8cc97b51a9 (patch) | |
tree | f5b78724f69690756c694e9829d5601ab6b60d97 /calmwm.h | |
parent | 899b48c0be951c63c0f16ddcbdde797fc0aa0e5a (diff) | |
download | cwm-3227a4121f877f63bdb20539a4253f8cc97b51a9.tar.gz |
limit scope of screen_apply_gap()
Diffstat (limited to '')
-rw-r--r-- | calmwm.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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.357 2018/02/09 19:54:54 okan Exp $ + * $OpenBSD: calmwm.h,v 1.358 2018/02/09 20:08:07 okan Exp $ */ #ifndef _CALMWM_H_ @@ -476,7 +476,6 @@ void search_print_text(struct menu *, int); void search_print_wm(struct menu *, int); struct region_ctx *region_find(struct screen_ctx *, int, int); -struct geom screen_apply_gap(struct screen_ctx *, struct geom); struct screen_ctx *screen_find(Window); struct geom screen_area(struct screen_ctx *, int, int, enum apply_gap); |