Tint2conf: enable all border sides by default (issue #580)
This commit is contained in:
parent
285afd22ad
commit
754a697099
1 changed files with 4 additions and 4 deletions
|
@ -746,10 +746,10 @@ void background_create_new()
|
||||||
{
|
{
|
||||||
int r = 0;
|
int r = 0;
|
||||||
int b = 0;
|
int b = 0;
|
||||||
gboolean sideTop = FALSE;
|
gboolean sideTop = TRUE;
|
||||||
gboolean sideBottom = FALSE;
|
gboolean sideBottom = TRUE;
|
||||||
gboolean sideLeft = FALSE;
|
gboolean sideLeft = TRUE;
|
||||||
gboolean sideRight = FALSE;
|
gboolean sideRight = TRUE;
|
||||||
GdkColor fillColor;
|
GdkColor fillColor;
|
||||||
cairoColor2GdkColor(0, 0, 0, &fillColor);
|
cairoColor2GdkColor(0, 0, 0, &fillColor);
|
||||||
int fillOpacity = 0;
|
int fillOpacity = 0;
|
||||||
|
|
Loading…
Reference in a new issue