mirror of
https://github.com/LukeSmithxyz/st.git
synced 2024-11-25 00:15:46 +01:00
Fixed compile warnings when transparency patch is applied
This commit is contained in:
parent
f684e44e69
commit
51e90f3c73
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
*/
|
*/
|
||||||
static unsigned int defaultfg = 12;
|
static unsigned int defaultfg = 12;
|
||||||
-static unsigned int defaultbg = 8;
|
-static unsigned int defaultbg = 8;
|
||||||
+static unsigned int defaultbg = 257;
|
+static unsigned int defaultbg = 255;
|
||||||
static unsigned int defaultcs = 14;
|
static unsigned int defaultcs = 14;
|
||||||
static unsigned int defaultrcs = 15;
|
static unsigned int defaultrcs = 15;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue