#! /bin/sh /usr/share/dpatch/dpatch-run ## 90_mousemate-0.1.3-1.5.3.dpatch by Thomas Günther ## http://toms-cafe.de/vdr/download/mousemate-0.1.3-1.5.3.diff ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Changes for VDR >= 1.5.3. @DPATCH@ --- mousemate-0.1.3/ButtonObserver.h +++ mousemate-0.1.3/ButtonObserver.h @@ -21,7 +21,7 @@ class cButtonObserver { public: bool pushed; - uint64 lastPush; + uint64_t lastPush; bool click; int clickEvent;