~jaytaoko/nux/trunk

« back to all changes in this revision

Viewing changes to NuxGraphics/GraphicsDisplayX11.cpp

  • Committer: Robert Carr
  • Date: 2011-09-28 10:37:32 UTC
  • mfrom: (485.1.1 check-dndfuncs)
  • Revision ID: racarr@canonical.com-20110928103732-w9cm1p3a2o6ltrop
MergeĀ lp:~robertcarr/nux/check-dndfuncs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1746
1746
  void GraphicsDisplay::HandleDndSelectionRequest (XEvent xevent)
1747
1747
  {
1748
1748
    XEvent result;
 
1749
    
 
1750
    if (!_dnd_source_funcs.get_data_for_type)
 
1751
      return;
 
1752
 
1749
1753
    result.xselection.type = SelectionNotify;
1750
1754
    result.xselection.display = xevent.xany.display;
1751
1755
    result.xselection.requestor = xevent.xselectionrequest.requestor;