[hackers] [surf] Enable resizable text areas. || Christoph Lohmann

From: <git_AT_suckless.org>
Date: Sun, 16 Feb 2014 17:20:33 +0100

commit f8f0c30f3ef60c024520cea5179ca2ddeb1de000
Author: Christoph Lohmann <20h_AT_r-36.net>
Date: Sun Feb 16 17:17:15 2014 +0100

    Enable resizable text areas.

diff --git a/surf.c b/surf.c
index 654353d..bcb3a7b 100644
--- a/surf.c
+++ b/surf.c
_AT_@ -848,6 +848,8 @@ newclient(void) {
                         kioskmode ^ 1, NULL);
         g_object_set(G_OBJECT(settings), "default-font-size",
                         defaultfontsize, NULL);
+ g_object_set(G_OBJECT(settings), "resizable-text-areas",
+ 1, NULL);
 
         /*
          * While stupid, CSS specifies that a pixel represents 1/96 of an inch.
Received on Sun Feb 16 2014 - 17:20:33 CET

This archive was generated by hypermail 2.3.0 : Sun Feb 16 2014 - 17:24:17 CET