summaryrefslogtreecommitdiff
path: root/libopie/odevice.h
Unidiff
Diffstat (limited to 'libopie/odevice.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/odevice.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libopie/odevice.h b/libopie/odevice.h
index ee01f0f..9dda68e 100644
--- a/libopie/odevice.h
+++ b/libopie/odevice.h
@@ -75,6 +75,10 @@ public:
75 virtual bool setPowerButtonHandler ( PowerButtonHandler h ); 75 virtual bool setPowerButtonHandler ( PowerButtonHandler h );
76 virtual bool suspend ( ); 76 virtual bool suspend ( );
77 77
78 virtual bool setDisplayStatus ( bool on );
79 virtual bool setDisplayBrightness ( int brightness );
80 virtual int displayBrightnessResolution ( ) const;
81
78// information 82// information
79 83
80 QString modelString ( ); 84 QString modelString ( );