default classname patch
All checks were successful
Build/Publish XBPS / build-and-publish (push) Successful in 9s
All checks were successful
Build/Publish XBPS / build-and-publish (push) Successful in 9s
This commit is contained in:
parent
df00cd0094
commit
6037e1a5bd
1 changed files with 18 additions and 0 deletions
18
patches/default-class-name.diff
Normal file
18
patches/default-class-name.diff
Normal file
|
@ -0,0 +1,18 @@
|
|||
--- a/x.c
|
||||
+++ b/x.c
|
||||
@@ -173,13 +173,13 @@ static char *usedfont = NULL;
|
||||
static double usedfontsize = 0;
|
||||
static double defaultfontsize = 0;
|
||||
|
||||
-static char *opt_class = NULL;
|
||||
+static char *opt_class = "St";
|
||||
static char **opt_cmd = NULL;
|
||||
static char *opt_embed = NULL;
|
||||
static char *opt_font = NULL;
|
||||
static char *opt_io = NULL;
|
||||
static char *opt_line = NULL;
|
||||
-static char *opt_name = NULL;
|
||||
+static char *opt_name = "st";
|
||||
static char *opt_title = NULL;
|
||||
static char *opt_dir = NULL;
|
||||
|
Loading…
Add table
Reference in a new issue