summaryrefslogtreecommitdiffstats
path: root/krandr/randr.h
diff options
context:
space:
mode:
Diffstat (limited to 'krandr/randr.h')
-rw-r--r--krandr/randr.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/krandr/randr.h b/krandr/randr.h
index 9faf9b366..5e77016f2 100644
--- a/krandr/randr.h
+++ b/krandr/randr.h
@@ -59,6 +59,12 @@ struct SingleScreenData {
int absolute_y_position;
int current_x_pixel_count;
int current_y_pixel_count;
+
+ bool has_dpms;
+ bool enable_dpms;
+ unsigned int dpms_standby_delay;
+ unsigned int dpms_suspend_delay;
+ unsigned int dpms_off_delay;
};
class RandRScreen : public TQObject