summaryrefslogtreecommitdiff
path: root/src/core/window-props.h
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2017-02-26 22:02:53 +0200
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2017-02-26 22:02:53 +0200
commit5c0369b807ed8acd301eec77b180dc0b03fce929 (patch)
treeae7180c425e8dc6a3f365e0930b3fbf58c9d1767 /src/core/window-props.h
parentd7aa2acaff7a05f05889f9fa834ecd16e907ce5a (diff)
downloadmetacity-5c0369b807ed8acd301eec77b180dc0b03fce929.tar.gz
window-props: make meta_window_reload_property() static
Diffstat (limited to 'src/core/window-props.h')
-rw-r--r--src/core/window-props.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/core/window-props.h b/src/core/window-props.h
index cd16227e..096a7c82 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.