summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-26 22:10:25 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-26 22:10:25 +0000
commit67f6da0702f10765324de68719be3133b3d05e2a (patch)
tree6c93f8604dfadaaeee7d9f11f1a83bac84204f1e /libvo
parentefe401c879f3dc98d136733ee119148e4b00baad (diff)
downloadmpv-67f6da0702f10765324de68719be3133b3d05e2a.tar.bz2
mpv-67f6da0702f10765324de68719be3133b3d05e2a.tar.xz
-ss patch by Loring Holden
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@652 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/x11_common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/x11_common.c b/libvo/x11_common.c
index 67b0596d09..1237a66a52 100644
--- a/libvo/x11_common.c
+++ b/libvo/x11_common.c
@@ -92,6 +92,8 @@ void vo_x11_putkey(int key){
case wsSpace: mplayer_put_key(' '); break;
case wsEscape: mplayer_put_key(KEY_ESC); break;
case wsEnter: mplayer_put_key(KEY_ENTER); break;
+ case wsPageUp: mplayer_put_key(KEY_PAGE_UP); break;
+ case wsPageDown: mplayer_put_key(KEY_PAGE_DOWN); break;
case wsq:
case wsQ: mplayer_put_key('q'); break;
case wsp: