This commit is contained in:
Yann Leboulanger 2005-07-19 14:45:15 +00:00
parent d6c9c7cbc6
commit c6901472c1
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ static PyObject * idle_getIdleSec(PyObject *self, PyObject *args)
#endif
#ifndef _WIN32
if (!XScreenSaverQueryExtension(display, &event_base, &error_base))
if (XScreenSaverQueryExtension(display, &event_base, &error_base))
{
if (mit_info == NULL)
mit_info = XScreenSaverAllocInfo();