Skip to content

Commit 1196134

Browse files
authored
All child windows should be 'real' windows, minor formatting
For a long time SpiritVNC-FLTK made all child windows 'internal' windows that weren't outside of the main UI. Now they all should be 'real' windows that are outside the main UI and can be moved around as needed.
1 parent a950582 commit 1196134

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/app.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2527,7 +2527,7 @@ void svShowAboutHelp ()
25272527
hv->textfont(0);
25282528

25292529
const char strHelp[] = "<center><strong><h3>SpiritVNC"
2530-
" - FLTK</strong></center></font>"
2530+
" - FLTK<br />no libssh2</strong></center></font>"
25312531
"<p><center><font face='sans'>&copy; 2016-" SV_CURRENT_YEAR " Will Brokenbourgh - <a"
25322532
" href='https://www.pismotek.com/brainout/'>"
25332533
"https://www.pismotek.com/brainout/</a></font></center></p>"

src/ssh.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,4 @@ void svCreateSSHConnection (void * data)
137137
itm->sshReady = false;
138138
itm->hasError = true;
139139
}
140-
141-
return;
142140
}

0 commit comments

Comments
 (0)