mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
- slide: formatting code
This commit is contained in:
@@ -156,7 +156,7 @@ bool COSDSlider::SlideDone()
|
||||
else
|
||||
setValue(slideValue);
|
||||
}
|
||||
else // appears
|
||||
else // appear
|
||||
{
|
||||
slideValue -= STEPSIZE;
|
||||
|
||||
@@ -171,8 +171,5 @@ bool COSDSlider::SlideDone()
|
||||
setValue(slideValue);
|
||||
}
|
||||
|
||||
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
@@ -46,6 +46,7 @@ class COSDSlider
|
||||
bool SlideDone();
|
||||
bool SlideInDone() { return !slideIn && !slideOut; };
|
||||
uint32_t GetSlideTimer() { return slideTimer; };
|
||||
|
||||
enum
|
||||
{
|
||||
BEFORE_SLIDEIN = 1,
|
||||
@@ -53,6 +54,7 @@ class COSDSlider
|
||||
BEFORE_SLIDEOUT = 3,
|
||||
AFTER_SLIDEOUT = 4
|
||||
};
|
||||
|
||||
enum
|
||||
{
|
||||
MID2SIDE,
|
||||
|
Reference in New Issue
Block a user