]> git.eshelyaron.com Git - emacs.git/commitdiff
* xfns.c (x_decode_color, x_set_name, x_window): Now static.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Mar 2011 00:58:10 +0000 (16:58 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Mar 2011 00:58:10 +0000 (16:58 -0800)
src/ChangeLog
src/xfns.c

index 13f1715d3aeed9ec0f80aae21618bafdefe52784..b88e07e835622bf287e15a94bf0272c9837cd274 100644 (file)
@@ -1,3 +1,7 @@
+2011-03-10  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * xfns.c (x_decode_color, x_set_name, x_window): Now static.
+
 2011-03-09  Paul Eggert  <eggert@cs.ucla.edu>
 
        * xterm.h (x_mouse_leave): New decl.
index deb0e192a54ed573cd0e73a9b4b2f2bc38845d3d..d190756773749709ceb1d38610add7179f9c3696 100644 (file)
@@ -648,7 +648,7 @@ x_defined_color (struct frame *f, const char *color_name,
    is a monochrome frame, return MONO_COLOR regardless of what ARG says.
    Signal an error if color can't be allocated.  */
 
-int
+static int
 x_decode_color (FRAME_PTR f, Lisp_Object color_name, int mono_color)
 {
   XColor cdef;
@@ -1635,7 +1635,7 @@ x_set_name_internal (FRAME_PTR f, Lisp_Object name)
        suggesting a new name, which lisp code should override; if
        F->explicit_name is set, ignore the new name; otherwise, set it.  */
 
-void
+static void
 x_set_name (struct frame *f, Lisp_Object name, int explicit)
 {
   /* Make sure that requests from lisp code override requests from
@@ -2620,7 +2620,7 @@ x_window (struct frame *f, long window_prompting, int minibuffer_only)
 
 #else /* not USE_X_TOOLKIT */
 #ifdef USE_GTK
-void
+static void
 x_window (FRAME_PTR f)
 {
   if (! xg_create_frame_widgets (f))
@@ -2660,7 +2660,7 @@ x_window (FRAME_PTR f)
 #else /*! USE_GTK */
 /* Create and set up the X window for frame F.  */
 
-void
+static void
 x_window (struct frame *f)
 {
   XClassHint class_hints;