~darkxst/ubuntu/raring/xorg-server/lp1073724

« back to all changes in this revision

Viewing changes to hw/dmx/input/dmxinputinit.c

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2010-06-07 14:50:49 UTC
  • mfrom: (0.9.4 upstream)
  • mto: This revision was merged to the branch mainline in revision 187.
  • Revision ID: james.westby@ubuntu.com-20100607145049-eys326hqtq5mjqxt
Tags: upstream-1.8.1.901
ImportĀ upstreamĀ versionĀ 1.8.1.901

Show diffs side-by-side

added added

removed removed

Lines of Context:
933
933
}
934
934
 
935
935
/** Re-initialize all the devices described in \a dmxInput.  Called from
936
 
    #dmxReconfig before the cursor is redisplayed. */ 
 
936
    #dmxAdjustCursorBoundaries before the cursor is redisplayed. */
937
937
void dmxInputReInit(DMXInputInfo *dmxInput)
938
938
{
939
939
    int i;
946
946
}
947
947
 
948
948
/** Re-initialize all the devices described in \a dmxInput.  Called from
949
 
    #dmxReconfig after the cursor is redisplayed. */ 
 
949
    #dmxAdjustCursorBoundaries after the cursor is redisplayed. */
950
950
void dmxInputLateReInit(DMXInputInfo *dmxInput)
951
951
{
952
952
    int i;