summaryrefslogtreecommitdiff
path: root/src/xfce-desktop.h
diff options
context:
space:
mode:
authorBrian Tarricone <brian@tarricone.org>2006-02-27 07:36:29 +0000
committerBrian Tarricone <brian@tarricone.org>2006-02-27 07:36:29 +0000
commitc64b4c9262fe917d606c7e80d1f55ec32471e928 (patch)
tree4715c2dcf46e4cc5f7221c90aa22fb094d7b3017 /src/xfce-desktop.h
parent888a3ea9652e47bd428cfc7019bc59d5ec04b69f (diff)
downloadxfdesktop-c64b4c9262fe917d606c7e80d1f55ec32471e928.tar.gz
speed up startup a bit. XfceDesktop::backdrop_changed_cb() should only be
executed once on startup now, instead of 4-6 times as various options are set. (Old svn revision: 20111)
Diffstat (limited to 'src/xfce-desktop.h')
-rw-r--r--src/xfce-desktop.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xfce-desktop.h b/src/xfce-desktop.h
index 0e394e79..f84db506 100644
--- a/src/xfce-desktop.h
+++ b/src/xfce-desktop.h
@@ -85,6 +85,8 @@ void xfce_desktop_set_icon_use_system_font_size(XfceDesktop *desktop,
void xfce_desktop_set_icon_font_size(XfceDesktop *desktop,
guint font_size_points);
+void xfce_desktop_freeze_updates(XfceDesktop *desktop);
+void xfce_desktop_thaw_updates(XfceDesktop *desktop);
XfceBackdrop *xfce_desktop_peek_backdrop(XfceDesktop *desktop,
guint monitor);