patches/xscreensaver-19-bug-6583181.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 18061 1ad14cf3c086
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.
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
diff -Nurp -x '*~' -x '*.orig' xscreensaver-5.01/driver/xscreensaver.c xscreensaver-5.01/driver/xscreensaver.c
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    25
--- xscreensaver-5.01/driver/xscreensaver.c	2009-05-27 17:25:00.040321000 -0700
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    26
+++ xscreensaver-5.01/driver/xscreensaver.c	2009-05-27 17:25:18.192245000 -0700
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    27
@@ -1550,6 +1550,7 @@ main (int argc, char **argv)
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    28
       if (ssi->real_screen_p)
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    29
         if (ensure_no_screensaver_running (si->dpy, si->screens[i].screen))
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    30
           exit (1);
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    31
+      ssi->current_hack = -1; /* otherwise initialize hacks to no hack */
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
 
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    34
   lock_initialization (si, &argc, argv);
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    35
@@ -1585,6 +1586,7 @@ main (int argc, char **argv)
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    36
   make_splash_dialog (si);
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    37
   /*spawn_external_passwd_process (si);*/
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    38
 
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    39
+  store_saver_status(si); /* set window property for SCREENSAVER_STATUS */
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    40
   main_loop (si);		/* doesn't return */
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    41
   return 0;
1ad14cf3c086 2010-06-01 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    42
 }