[metacity] window-props: make meta_window_reload_property() static



commit 5c0369b807ed8acd301eec77b180dc0b03fce929
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Sun Feb 26 22:02:53 2017 +0200

    window-props: make meta_window_reload_property() static

 src/core/window-props.c |    2 +-
 src/core/window-props.h |   12 ------------
 2 files changed, 1 insertions(+), 13 deletions(-)
---
diff --git a/src/core/window-props.c b/src/core/window-props.c
index 8e7f049..77741ed 100644
--- a/src/core/window-props.c
+++ b/src/core/window-props.c
@@ -116,7 +116,7 @@ meta_window_reload_property_from_xwindow (MetaWindow *window,
   meta_prop_free_values (&value, 1);
 }
 
-void
+static void
 meta_window_reload_property (MetaWindow *window,
                              Atom        property,
                              gboolean    initial)
diff --git a/src/core/window-props.h b/src/core/window-props.h
index cd16227..096a7c8 100644
--- a/src/core/window-props.h
+++ b/src/core/window-props.h
@@ -37,18 +37,6 @@
  * window from the server, and deals with it appropriately.
  * Does not return it to the caller (it's been dealt with!)
  *
- * \param window     The window.
- * \param property   A single X atom.
- */
-void meta_window_reload_property   (MetaWindow *window,
-                                    Atom        property,
-                                    gboolean    initial);
-
-/**
- * Requests the current values of a single property for a given
- * window from the server, and deals with it appropriately.
- * Does not return it to the caller (it's been dealt with!)
- *
  * \param window     A window on the same display as the one we're
  *                   investigating (only used to find the display)
  * \param xwindow    The X handle for the window.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]