diff options
author | okan | 2013-05-11 21:46:27 +0000 |
---|---|---|
committer | okan | 2013-05-11 21:46:27 +0000 |
commit | 4b59df09f499f58b09ee0ed3be0bbab3f4e78638 (patch) | |
tree | 48e6c8131750fcc418da38d1ea8b1a53c12abd8a /calmwm.h | |
parent | 4fd30cca079892e19dd55a6d2c568c383edd7b06 (diff) | |
download | cwm-4b59df09f499f58b09ee0ed3be0bbab3f4e78638.tar.gz |
replace conf_{gap,color,font} with conf_screen since really we are
configuring the screen *after* parsing, just as we do a conf_client on
client manage.
Diffstat (limited to 'calmwm.h')
-rw-r--r-- | calmwm.h | 6 |
1 files changed, 2 insertions, 4 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.196 2013/05/10 16:32:47 okan Exp $ + * $OpenBSD: calmwm.h,v 1.197 2013/05/11 21:46:27 okan Exp $ */ #ifndef _CALMWM_H_ @@ -439,14 +439,12 @@ void conf_bindname(struct conf *, char *, char *); void conf_clear(struct conf *); void conf_client(struct client_ctx *); void conf_cmd_add(struct conf *, char *, char *); -void conf_color(struct conf *, struct screen_ctx *); -void conf_font(struct conf *, struct screen_ctx *); -void conf_gap(struct conf *, struct screen_ctx *); void conf_grab(struct conf *, struct keybinding *); void conf_grab_mouse(struct client_ctx *); void conf_init(struct conf *); void conf_ignore(struct conf *, char *); void conf_mousebind(struct conf *, char *, char *); +void conf_screen(struct screen_ctx *); void conf_ungrab(struct conf *, struct keybinding *); void font_draw(struct screen_ctx *, const char *, int, |