rosenrot-browser

A hackable browser based on Webkitgtk
Log | Files | Refs | README

commit f2535db66f58272ee93441c1955b0871dd38bf25
parent a2c465f504b1ab298a67b0ca5678465f6d5f09ab
Author: NunoSempere <nuno.sempere@protonmail.com>
Date:   Tue, 28 Nov 2023 16:31:14 +0000

recompute after changing style

Diffstat:
Mplugins/style/style.c | 2+-
Mplugins/style/style.h | 2+-
Mrose | 0
3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins/style/style.c b/plugins/style/style.c @@ -1,7 +1,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#define STYLE_N 6715 + 1000 +#define STYLE_N 6894 + 1000 void read_style_js(char* string) { diff --git a/plugins/style/style.h b/plugins/style/style.h @@ -1,7 +1,7 @@ #ifndef STYLE #define STYLE -#define STYLE_N 6715 + 1000 +#define STYLE_N 6894 + 1000 void read_style_js(char* string); diff --git a/rose b/rose Binary files differ.