~ricotz/gala/session-dialog-text

« back to all changes in this revision

Viewing changes to src/Widgets/WindowOverview.vala

  • Committer: Rico Tzschichholz
  • Author(s): Tom Beckmann
  • Date: 2013-09-28 22:17:35 UTC
  • mfrom: (346.2.2 lock-lockscreen-workaround)
  • Revision ID: ricotz@ubuntu.com-20130928221735-ddtipidou71jqwsf
plugin: disable input to stage when screen is locked

This is a slightly modified version of jaapz' branch trying to make the
method more general by applying the lock in update_input_area.
begin_modal will now set the the input area to FULLSCREEN, so
set_input_area is no longer required to be called from the
windowoverview or the workspaceview.

Show diffs side-by-side

added added

removed removed

Lines of Context:
591
591
                        grab_key_focus ();
592
592
                        
593
593
                        plugin.begin_modal ();
594
 
                        Utils.set_input_area (screen, InputArea.FULLSCREEN);
595
594
                        
596
595
                        visible = true;
597
596