aboutsummaryrefslogtreecommitdiffstats
path: root/screen.c
diff options
context:
space:
mode:
authorokan2013-05-11 21:46:27 +0000
committerokan2013-05-11 21:46:27 +0000
commit4b59df09f499f58b09ee0ed3be0bbab3f4e78638 (patch)
tree48e6c8131750fcc418da38d1ea8b1a53c12abd8a /screen.c
parent4fd30cca079892e19dd55a6d2c568c383edd7b06 (diff)
downloadcwm-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 'screen.c')
-rw-r--r--screen.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/screen.c b/screen.c
index ec371fe..51ab021 100644
--- a/screen.c
+++ b/screen.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: screen.c,v 1.48 2013/04/30 21:12:20 okan Exp $
+ * $OpenBSD: screen.c,v 1.49 2013/05/11 21:46:27 okan Exp $
*/
#include <sys/param.h>
@@ -49,9 +49,7 @@ screen_init(int which)
xu_ewmh_net_supported(sc);
xu_ewmh_net_supported_wm_check(sc);
- conf_gap(&Conf, sc);
- conf_color(&Conf, sc);
- conf_font(&Conf, sc);
+ conf_screen(sc);
screen_update_geometry(sc);