From 529b1deed44894644ff39f53213bad07bb039dc9 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Sat, 18 Oct 2008 15:50:49 +0000 Subject: 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) --- src/misc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/misc.h') 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 */ -- cgit v1.2.1