summaryrefslogtreecommitdiff
path: root/src/misc.h
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan.olivier@wanadoo.fr>2008-10-18 15:50:49 +0000
committerOlivier Fourdan <fourdan.olivier@wanadoo.fr>2008-10-18 15:50:49 +0000
commit529b1deed44894644ff39f53213bad07bb039dc9 (patch)
treefaeab6c85b45cb1f4db09e93cc71346bd93cbecd /src/misc.h
parentba83282b0cdf4136dcadd47d8ac87f0a281da666 (diff)
downloadxfwm4-529b1deed44894644ff39f53213bad07bb039dc9.tar.gz
Add routine to get the name of a given atom, add client windows to save set to avoid loosing all windows in case of crash, display name of unsupported net_wm_state atom, clean-up of list of supported atoms, add hooks for debugging purpose.
(Old svn revision: 28294)
Diffstat (limited to 'src/misc.h')
-rw-r--r--src/misc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/misc.h b/src/misc.h
index 8ea56955b..589375412 100644
--- a/src/misc.h
+++ b/src/misc.h
@@ -73,5 +73,7 @@ void placeSidewalks (ScreenInfo *,
gint find_monitor_at_point (GdkScreen *,
gint,
gint);
+gchar* get_atom_name (DisplayInfo *,
+ Atom);
#endif /* INC_MISC_H */