summaryrefslogtreecommitdiff
path: root/src/xfce-desktop.h
diff options
context:
space:
mode:
authorSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2018-11-10 23:41:58 +0100
committerSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2018-11-16 19:09:32 +0100
commit247311479e972963e8f47017a906eb9e9d3c7f55 (patch)
tree0b9ff9842f664d2979f40327f9e57230c2af7b07 /src/xfce-desktop.h
parentbcf20152b19d1f6454de9630b6ccb7114ec4be9e (diff)
downloadxfdesktop-247311479e972963e8f47017a906eb9e9d3c7f55.tar.gz
Correctly initialize the primary display value
Diffstat (limited to 'src/xfce-desktop.h')
-rw-r--r--src/xfce-desktop.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/xfce-desktop.h b/src/xfce-desktop.h
index 640b7785..8caadd2d 100644
--- a/src/xfce-desktop.h
+++ b/src/xfce-desktop.h
@@ -51,7 +51,7 @@ typedef enum
struct _XfceDesktop
{
GtkWindow window;
-
+
/*< private >*/
XfceDesktopPriv *priv;
};
@@ -59,13 +59,13 @@ struct _XfceDesktop
struct _XfceDesktopClass
{
GtkWindowClass parent_class;
-
+
/*< signals >*/
-
+
/* for the app menu/file context menu */
void (*populate_root_menu)(XfceDesktop *desktop,
GtkMenuShell *menu);
-
+
/* for the windowlist menu */
void (*populate_secondary_root_menu)(XfceDesktop *desktop,
GtkMenuShell *menu);
@@ -89,6 +89,9 @@ XfceDesktopIconStyle xfce_desktop_get_icon_style(XfceDesktop *desktop);
void xfce_desktop_set_icon_size(XfceDesktop *desktop,
guint icon_size);
+void xfce_desktop_set_primary(XfceDesktop *desktop,
+ gboolean primary);
+
void xfce_desktop_set_use_icon_font_size(XfceDesktop *desktop,
gboolean use_system);
void xfce_desktop_set_icon_font_size(XfceDesktop *desktop,