mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
NO-OP: whitespace
This commit is contained in:
parent
16cdab6327
commit
dae7e8dbd3
3 changed files with 43 additions and 44 deletions
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue