diff options
author | okan | 2013-05-19 23:16:29 +0000 |
---|---|---|
committer | okan | 2013-05-19 23:16:29 +0000 |
commit | 1f94cf68e821c1e6e3850f540d098737baf9ba00 (patch) | |
tree | 43b3e39bec17e95476b172888e2c6114b295a74e /calmwm.h | |
parent | ddd89ea5ae03ad42e2aebd4e614e16bc4dd36c19 (diff) | |
download | cwm-1f94cf68e821c1e6e3850f540d098737baf9ba00.tar.gz |
move the rest of xft init into screen_conf, since most of it is based on
config parameters.
Diffstat (limited to 'calmwm.h')
-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.203 2013/05/19 23:09:59 okan Exp $ + * $OpenBSD: calmwm.h,v 1.204 2013/05/19 23:16:29 okan Exp $ */ #ifndef _CALMWM_H_ @@ -446,7 +446,6 @@ void conf_ungrab(struct conf *, struct keybinding *); void font_draw(struct screen_ctx *, const char *, Drawable, int, int, int); -void font_init(struct screen_ctx *, const char *); int font_width(XftFont *, const char *, int); void xev_loop(void); |