~siretart/x2go/x2goagent-FAU-trunk

« back to all changes in this revision

Viewing changes to programs/Xserver/hw/nxagent/X/NXproperty.c

  • Committer: Reinhard Tartler
  • Author(s): Oleksandr Shneyder
  • Date: 2011-01-26 14:03:10 UTC
  • Revision ID: git-v1:b87c4d32089eb5bb6da83f4cb36f873a7edc038e
Imported Debian patch 3.3.0-3-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
336
336
 
337
337
      nxagentGuessShadowHint(client, stuff->property);
338
338
 
 
339
      #ifdef NX_DEBUG_INPUT
 
340
      nxagentGuessDumpInputInfo(client, stuff->property, (char *) &stuff[1]);
 
341
      #endif
 
342
 
339
343
      return client->noClientException;
340
344
    }
341
345
}