~3v1n0/unity/scale-window-cast-protection

« back to all changes in this revision

Viewing changes to launcher/LauncherHideMachine.h

  • Committer: Andrea Azzarone
  • Date: 2012-10-10 22:33:14 UTC
  • mto: This revision was merged to the branch mainline in revision 2874.
  • Revision ID: azzaronea@gmail.com-20121010223314-ndeekqqkwf1t4w8m
Move SHORTCUT_KEYS_VISIBLE from hover machine to hide machine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
    MT_DRAG_OUT            = 1 << 13,
63
63
    REVEAL_PRESSURE_PASS   = 1 << 14,
64
64
    LAUNCHER_PULSE         = 1 << 15,
65
 
    LOCK_HIDE              = 1 << 16
 
65
    LOCK_HIDE              = 1 << 16,
 
66
    SHORTCUT_KEYS_VISIBLE  = 1 << 17
66
67
  } HideQuirk;
67
68
 
68
69
  nux::Property<int> reveal_pressure;