Changeset 3af6cdb2886dbae6203dce54e8a292dd112af921

Show
Ignore:
Timestamp:
06/24/08 08:27:22 (3 months ago)
Author:
Jean-Baptiste Kempf <jb@videolan.org>
git-committer:
Jean-Baptiste Kempf <jb@videolan.org> 1214288842 -0700
git-parent:

[268ae7b98abba5ed899879988293964d7d6d7e0a]

git-author:
Jean-Baptiste Kempf <jb@videolan.org> 1214288842 -0700
Message:

Renumber event number in order to debug better.

This doesn't change any functionnality.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/gui/qt4/input_manager.hpp

    rec725cd r3af6cdb  
    4343static int const ItemRateChanged_Type  = QEvent::User + IMEventType + 5; 
    4444static int const VolumeChanged_Type    = QEvent::User + IMEventType + 6; 
    45 static int const FullscreenControlShow_Type = QEvent::User + IMEventType + 7; 
    46 static int const FullscreenControlHide_Type = QEvent::User + IMEventType + 8; 
    47 static int const FullscreenControlPlanHide_Type = QEvent::User + IMEventType + 9; 
    48 static int const ItemSpuChanged_Type = QEvent::User + IMEventType + 10; 
     45static int const ItemSpuChanged_Type   = QEvent::User + IMEventType + 7; 
     46 
     47static int const FullscreenControlShow_Type = QEvent::User + IMEventType + 10; 
     48static int const FullscreenControlHide_Type = QEvent::User + IMEventType + 11; 
     49static int const FullscreenControlPlanHide_Type = QEvent::User + IMEventType + 12; 
    4950 
    5051class IMEvent : public QEvent