]> code.delx.au - gnu-emacs/blobdiff - src/xsmfns.c
(x_draw_image_foreground, x_draw_image_foreground_1):
[gnu-emacs] / src / xsmfns.c
index fe0570b665a7aca75043fca61eb422903a65a8a7..269f80c95188a643734810943011fe59011926fd 100644 (file)
@@ -1,6 +1,6 @@
 /* Session management module for systems which understand the X Session
    management protocol.
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2002 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -40,11 +40,13 @@ Boston, MA 02111-1307, USA.  */
 #endif
 
 #include <sys/param.h>
+#include <stdio.h>
 
 #include "systime.h"
 #include "sysselect.h"
 #include "lisp.h"
 #include "termhooks.h"
+#include "termopts.h"
 
 #ifndef MAXPATHLEN
 #define MAXPATHLEN 1024
@@ -487,6 +489,8 @@ Do not call this function yourself. */)
 
       doing_interact = False;
     }
+
+  return Qnil;
 }
 
 \f