patches/xscreensaver-18-bug-6610282.diff
author Jon Tibble <meths@btinternet.com>
Sat, 06 Oct 2012 16:11:50 +0100
branchs11express-2010-11
changeset 22109 db10202d5f6d
parent 18061 1ad14cf3c086
permissions -rw-r--r--
Added tag oi_151a_prestable7 for changeset 25dee50cecca
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
18061
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
     1
/*
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
     2
 * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
     3
 *
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
     4
 * Permission is hereby granted, free of charge, to any person obtaining a
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
     5
 * copy of this software and associated documentation files (the "Software"),
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
     6
 * to deal in the Software without restriction, including without limitation
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
     7
 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
     8
 * and/or sell copies of the Software, and to permit persons to whom the
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
     9
 * Software is furnished to do so, subject to the following conditions:
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    10
 *
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    11
 * The above copyright notice and this permission notice (including the next
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    12
 * paragraph) shall be included in all copies or substantial portions of the
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    13
 * Software.
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    14
 *
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    15
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    16
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    17
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    18
 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    19
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    20
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    21
 * DEALINGS IN THE SOFTWARE.
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    22
 */
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    23
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    24
    
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    25
diff -Nurp -x '*~' -x '*.orig' xscreensaver-5.11/driver/xscreensaver.c xscreensaver-5.11/driver/xscreensaver.c
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    26
--- xscreensaver-5.11/driver/xscreensaver.c	2009-05-27 17:24:05.015845000 -0700
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    27
+++ xscreensaver-5.11/driver/xscreensaver.c	2009-05-27 17:24:23.108493000 -0700
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    28
@@ -421,7 +421,14 @@ saver_ehandler (Display *dpy, XErrorEvent *error)
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    29
    "\n"
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    30
    "\n");
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    31
 
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    32
+/**
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    33
+  6610282(P1) On-Screen Keyboard application and desktop shown
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    34
+         with out unlocking xscreensaver lock screen
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    35
+  The screen is still locked and it needs to cover all conditions,
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    36
+  including AT services, such as GOK, only GOK-COMPOSE should
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    37
+  be supported(others should not), there is no need to invoke
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    38
 	  saver_exit (si, -1, 0);
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    39
+**/
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    40
 	}
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    41
     }
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    42
 
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    43