[Xfce4-commits] <libxfce4ui:new-sm-client> _PRIORITY_CORE should actually be earlier than _PRIORITY_DESKTOP

Brian J. Tarricone brian at tarricone.org
Tue Sep 15 13:20:01 CEST 2009


Updating branch refs/heads/kelnos/new-sm-client
         to 52a6fe1b3fcaf5f6ced376c0215f37cbbdb699a2 (commit)
       from 91a408b925b1150da008ecf61ee2e2b07dbf3f3a (commit)

commit 52a6fe1b3fcaf5f6ced376c0215f37cbbdb699a2
Author: Brian J. Tarricone <brian at tarricone.org>
Date:   Tue Sep 15 04:19:25 2009 -0700

    _PRIORITY_CORE should actually be earlier than _PRIORITY_DESKTOP

 docs/tmpl/xfce-sm-client.sgml |    4 ++--
 libxfce4ui/xfce-sm-client.h   |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/tmpl/xfce-sm-client.sgml b/docs/tmpl/xfce-sm-client.sgml
index 4c39565..abe8ddd 100644
--- a/docs/tmpl/xfce-sm-client.sgml
+++ b/docs/tmpl/xfce-sm-client.sgml
@@ -33,11 +33,11 @@ Some sample priority values for use with xfce_sm_client_set_priority().
 @XFCE_SM_CLIENT_PRIORITY_HIGHEST: A relatively-high priority value.  You
                                   probably don't want to use this.
 @XFCE_SM_CLIENT_PRIORITY_WM: A priority value for use by the window manager.
- at XFCE_SM_CLIENT_PRIORITY_DESKTOP: A priority value for use by applications
-                                  that draw on the desktop.
 @XFCE_SM_CLIENT_PRIORITY_CORE: A priority value for use by applications that
                                place windows on the screen and possibly set
                                window manager struts.
+ at XFCE_SM_CLIENT_PRIORITY_DESKTOP: A priority value for use by applications
+                                  that draw on the desktop.
 @XFCE_SM_CLIENT_PRIORITY_DEFAULT: A priority value for regular applications.
 
 <!-- ##### ENUM XfceSMClientRestartStyle ##### -->
diff --git a/libxfce4ui/xfce-sm-client.h b/libxfce4ui/xfce-sm-client.h
index dc67782..8e6cc76 100644
--- a/libxfce4ui/xfce-sm-client.h
+++ b/libxfce4ui/xfce-sm-client.h
@@ -61,8 +61,8 @@ typedef enum
 {
     XFCE_SM_CLIENT_PRIORITY_HIGHEST = 0,
     XFCE_SM_CLIENT_PRIORITY_WM = 15,
-    XFCE_SM_CLIENT_PRIORITY_DESKTOP = 25,
-    XFCE_SM_CLIENT_PRIORITY_CORE = 35,
+    XFCE_SM_CLIENT_PRIORITY_CORE = 25,
+    XFCE_SM_CLIENT_PRIORITY_DESKTOP = 35,
     XFCE_SM_CLIENT_PRIORITY_DEFAULT = 50,
 } XfceSMClientPriority;
 



More information about the Xfce4-commits mailing list