This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
Mixer: Handle WM main window close event just like Quit menu comment (confirm save).
tags/non-daw-v1.1.0
Jonathan Moore Liles
14 years ago
parent
a8888d40b4
commit
1d25063d11
1 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-2
mixer/src/main.C
+ 4
- 2
mixer/src/main.C
View File
@@ -77,8 +77,10 @@ ensure_dirs ( void )
static void cb_main ( Fl_Double_Window *o, void *)
{
if ( Fl::event_key() != FL_Escape )
o->hide();
if ( Fl::event() == FL_SHORTCUT && Fl::event_key() == FL_Escape )
return;
mixer->command_quit();
}
int
Write
Preview
Loading…
Cancel
Save