~om26er/ubuntu/oneiric/nux/sru-819721

« back to all changes in this revision

Viewing changes to NuxGraphics/GraphicsDisplayX11.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-10-17 09:10:05 UTC
  • mfrom: (1.1.33 upstream)
  • Revision ID: james.westby@ubuntu.com-20111017091005-pm61m66w1knw0p3p
Tags: 1.16.0-0ubuntu1
* New upstream release.
  - Regression: shift+click on a launcher icon to open a new application
    instance gone (part 1) (LP: #754565)
  - Fix misc rendering issues and double ref

Show diffs side-by-side

added added

removed removed

Lines of Context:
1599
1599
        m_pEvent->e_y = y_recalc;
1600
1600
        m_pEvent->e_x_root = 0;
1601
1601
        m_pEvent->e_y_root = 0;
 
1602
        m_pEvent->e_key_modifiers = GetModifierKeyState (xevent.xkey.state);
1602
1603
        mouse_press (xevent, m_pEvent);
1603
1604
        //nuxDebugMsg(TEXT("[GraphicsDisplay::ProcessXEvents]: ButtonPress event."));
1604
1605
        break;
1616
1617
        m_pEvent->e_y = y_recalc;
1617
1618
        m_pEvent->e_x_root = 0;
1618
1619
        m_pEvent->e_y_root = 0;
 
1620
        m_pEvent->e_key_modifiers = GetModifierKeyState (xevent.xkey.state);
1619
1621
        mouse_release (xevent, m_pEvent);
1620
1622
        //nuxDebugMsg(TEXT("[GraphicsDisplay::ProcessXEvents]: ButtonRelease event."));
1621
1623
        break;