diff options
| author | SND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-07-26 09:59:05 +0000 |
|---|---|---|
| committer | SND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-07-26 09:59:05 +0000 |
| commit | 13e08db872f4775ca23df12fcc03f1916ed9691e (patch) | |
| tree | c66601f85caab2ad0f7b78f3d4973d1fa9b1ae81 /plugins/dfinput/dfinput.ui | |
| parent | 6131285e0c96333cf10b7257441e54caae661cdf (diff) | |
| download | pcsxr-13e08db872f4775ca23df12fcc03f1916ed9691e.tar.gz | |
GTK/dfinput: added "prevent screensaver" feature. Makes ugly call to xdg-screensaver script which seems to be only sopisticated way of handling multiple screensaver backends.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86254 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfinput/dfinput.ui')
| -rw-r--r-- | plugins/dfinput/dfinput.ui | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/dfinput/dfinput.ui b/plugins/dfinput/dfinput.ui index df3b4606..17dfbdb9 100644 --- a/plugins/dfinput/dfinput.ui +++ b/plugins/dfinput/dfinput.ui @@ -694,6 +694,21 @@ <property name="position">1</property> </packing> </child> + <child> + <object class="GtkCheckButton" id="checkps"> + <property name="label" translatable="yes">Prevent screensaver (xdg-screensaver)</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="xalign">0</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">2</property> + </packing> + </child> </object> <packing> <property name="position">3</property> |
