Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 288706 | Differences between
and this patch

Collapse All | Expand All

(-)gnome-screensaver-2.28.0/src/gs-monitor.c (-1 / +3 lines)
Lines 28-33 Link Here
28
28
29
#include <glib.h>
29
#include <glib.h>
30
#include <glib-object.h>
30
#include <glib-object.h>
31
#include <X11/Xlib.h>
32
#include <gdk/gdkx.h>
31
33
32
#include "gnome-screensaver.h"
34
#include "gnome-screensaver.h"
33
35
Lines 186-192 Link Here
186
static void
188
static void
187
gs_monitor_simulate_user_activity (GSMonitor *monitor)
189
gs_monitor_simulate_user_activity (GSMonitor *monitor)
188
{
190
{
189
        /* FIXME: reset the xsync timer? */
191
        XResetScreenSaver (GDK_DISPLAY ());
190
192
191
        /* request that the manager unlock -
193
        /* request that the manager unlock -
192
           will pop up a dialog if necessary */
194
           will pop up a dialog if necessary */

Return to bug 288706