~brandontschaefer/nux/remove-gconf-ibus-1.5

« back to all changes in this revision

Viewing changes to NuxGraphics/GraphicsDisplayX11.cpp

  • Committer: Michi Henning
  • Date: 2012-09-30 23:28:23 UTC
  • mto: This revision was merged to the branch mainline in revision 678.
  • Revision ID: michi.henning@canonical.com-20120930232823-qkr9kw7ngnpi0ca6
Removed warnings that were produced by Quantal build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2652
2652
    if (_global_keyboard_grab_callback)
2653
2653
      (*_global_keyboard_grab_callback) (false, data);
2654
2654
 
2655
 
    _global_keyboard_grab_data = false;
 
2655
    _global_keyboard_grab_data = 0;
2656
2656
    _global_keyboard_grab_callback = 0;
2657
2657
 
2658
2658
    return true;