components/desktop/xscreensaver/patches/14-bug-15426641.patch
changeset 5400 1199f8e91f50
equal deleted inserted replaced
5399:88010dbde9bb 5400:1199f8e91f50
       
     1 15426641 SUNBT6610282 On-Screen Keyboard application and desktop shown
       
     2 	 	      without unlocking xscreensaver lock screen
       
     3 
       
     4 Upstream status unknown - suspect to be specific to our GTK unlock dialog.
       
     5 ---
       
     6  driver/xscreensaver.c |    7 +++++++
       
     7  1 files changed, 7 insertions(+), 0 deletions(-)
       
     8 
       
     9 diff --git a/driver/xscreensaver.c b/driver/xscreensaver.c
       
    10 --- a/driver/xscreensaver.c
       
    11 +++ b/driver/xscreensaver.c
       
    12 @@ -420,7 +420,14 @@ saver_ehandler (Display *dpy, XErrorEvent *error)
       
    13     "\n"
       
    14     "\n");
       
    15  
       
    16 +/**
       
    17 +  6610282(P1) On-Screen Keyboard application and desktop shown
       
    18 +         with out unlocking xscreensaver lock screen
       
    19 +  The screen is still locked and it needs to cover all conditions,
       
    20 +  including AT services, such as GOK, only GOK-COMPOSE should
       
    21 +  be supported(others should not), there is no need to invoke
       
    22  	  saver_exit (si, -1, 0);
       
    23 +**/
       
    24  	}
       
    25      }
       
    26