[Xfce4-commits] <libxfce4ui:new-sm-client> make priority enum agree with docs since prio really is unsigned
Brian J. Tarricone
noreply at xfce.org
Mon Oct 5 01:32:01 CEST 2009
Updating branch refs/heads/kelnos/new-sm-client
to 2521a02b113ab8c1b1816b039f047c14e286c0ee (commit)
from 46c43b790fa7d40e17f3c335e569cee2041f3a7a (commit)
commit 2521a02b113ab8c1b1816b039f047c14e286c0ee
Author: Brian J. Tarricone <brian at tarricone.org>
Date: Sun Oct 4 16:30:46 2009 -0700
make priority enum agree with docs since prio really is unsigned
docs/tmpl/xfce-sm-client.sgml | 2 +-
libxfce4ui/xfce-sm-client.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/tmpl/xfce-sm-client.sgml b/docs/tmpl/xfce-sm-client.sgml
index 22fa5d7..58f4427 100644
--- a/docs/tmpl/xfce-sm-client.sgml
+++ b/docs/tmpl/xfce-sm-client.sgml
@@ -110,7 +110,7 @@
</para>
- at XFCE_SM_CLIENT_PRIORITY_HIGH:
+ at XFCE_SM_CLIENT_PRIORITY_HIGHEST:
@XFCE_SM_CLIENT_PRIORITY_WM:
@XFCE_SM_CLIENT_PRIORITY_CORE:
@XFCE_SM_CLIENT_PRIORITY_DESKTOP:
diff --git a/libxfce4ui/xfce-sm-client.h b/libxfce4ui/xfce-sm-client.h
index 8142c66..e60a148 100644
--- a/libxfce4ui/xfce-sm-client.h
+++ b/libxfce4ui/xfce-sm-client.h
@@ -43,7 +43,7 @@ typedef enum
typedef enum
{
- XFCE_SM_CLIENT_PRIORITY_HIGH = 0,
+ XFCE_SM_CLIENT_PRIORITY_HIGHEST = 0,
XFCE_SM_CLIENT_PRIORITY_WM = 15,
XFCE_SM_CLIENT_PRIORITY_CORE = 25,
XFCE_SM_CLIENT_PRIORITY_DESKTOP = 35,
More information about the Xfce4-commits
mailing list