NO-OP: whitespace

This commit is contained in:
Robin Gareus 2017-04-01 15:50:48 +02:00
parent 16cdab6327
commit dae7e8dbd3
3 changed files with 43 additions and 44 deletions

View file

@ -107,16 +107,16 @@ Splash::pop_back_for (Gtk::Window& win)
{
#if defined __APPLE__ || defined PLATFORM_WINDOWS
/* April 2013: window layering on OS X is a bit different to X Window. at present,
the "restack()" functionality in GDK will only operate on windows in the same
"level" (e.g. two normal top level windows, or two utility windows) and will not
work across them. The splashscreen is on its own "StatusWindowLevel" so restacking
is not going to work.
So for OS X, we just hide ourselves.
Oct 2014: The Windows situation is similar, although it should be possible
to play tricks with gdk's set_type_hint() or directly hack things using
SetWindowLong() and UpdateLayeredWindow()
* the "restack()" functionality in GDK will only operate on windows in the same
* "level" (e.g. two normal top level windows, or two utility windows) and will not
* work across them. The splashscreen is on its own "StatusWindowLevel" so restacking
* is not going to work.
*
* So for OS X, we just hide ourselves.
*
* Oct 2014: The Windows situation is similar, although it should be possible
* to play tricks with gdk's set_type_hint() or directly hack things using
* SetWindowLong() and UpdateLayeredWindow()
*/
(void) win;
hide();
@ -129,7 +129,6 @@ Splash::pop_back_for (Gtk::Window& win)
void
Splash::pop_front ()
{
#if defined __APPLE__ || defined PLATFORM_WINDOWS
if (get_window()) {
show ();