~brandontschaefer/nux/lp.1157329-fix-3.0

« back to all changes in this revision

Viewing changes to NuxGraphics/XInputWindow.cpp

  • Committer: Tarmac
  • Author(s): Michi Henning
  • Date: 2012-09-19 05:49:02 UTC
  • mfrom: (653.1.1 nux3)
  • Revision ID: tarmac-20120919054902-6ybzkc4qpkbv5cka
Partial fix. Remaining warnings to be fixed for 4.0 series.. Fixes: https://bugs.launchpad.net/bugs/1032313. Approved by Tim Penhey.

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
 
126
126
    XUnionRectWithRegion(&tmp_rect, input_window_region, input_window_region);
127
127
 
 
128
    monitor = tmp_rect;
 
129
 
128
130
    /* If there is no Xinerama data available just use the geometry we have */
129
131
    if (!info)
130
132
    {