components/desktop/xscreensaver/patches/0012-bug-15426641.patch
changeset 5561 0416d82f7f55
parent 5400 1199f8e91f50
equal deleted inserted replaced
5560:61114c4b4667 5561:0416d82f7f55
       
     1 From b6b960fa231f478c9804c93010c4187ecd6a59da Mon Sep 17 00:00:00 2001
       
     2 From: Alan Coopersmith <[email protected]>
       
     3 Date: Sat, 2 Jan 2016 22:52:17 -0800
       
     4 Subject: [PATCH] bug 15426641
       
     5 
       
     6 15426641 SUNBT6610282 On-Screen Keyboard application and desktop shown
       
     7 	 	      without unlocking xscreensaver lock screen
       
     8 
       
     9 Upstream status unknown - suspect to be specific to our GTK unlock dialog.
       
    10 ---
       
    11  driver/xscreensaver.c | 7 +++++++
       
    12  1 file changed, 7 insertions(+)
       
    13 
       
    14 diff --git a/driver/xscreensaver.c b/driver/xscreensaver.c
       
    15 index e502f01..5f4ecb2 100644
       
    16 --- a/driver/xscreensaver.c
       
    17 +++ b/driver/xscreensaver.c
       
    18 @@ -450,7 +450,14 @@ saver_ehandler (Display *dpy, XErrorEvent *error)
       
    19     "\n"
       
    20     "\n");
       
    21  
       
    22 +/**
       
    23 +  6610282(P1) On-Screen Keyboard application and desktop shown
       
    24 +         with out unlocking xscreensaver lock screen
       
    25 +  The screen is still locked and it needs to cover all conditions,
       
    26 +  including AT services, such as GOK, only GOK-COMPOSE should
       
    27 +  be supported(others should not), there is no need to invoke
       
    28  	  saver_exit (si, -1, 0);
       
    29 +**/
       
    30  	}
       
    31      }
       
    32  
       
    33 -- 
       
    34 2.6.1
       
    35