summaryrefslogtreecommitdiff
path: root/mate-panel/panel-xutils.h
diff options
context:
space:
mode:
authorJavier <[email protected]>2015-06-28 16:39:13 +0200
committerJavier <[email protected]>2015-06-28 16:39:13 +0200
commitbf70515d3439c8ccf043966f0fa104704e752602 (patch)
treeeef9a59ee6f66090b49dc921f748dcddb7523103 /mate-panel/panel-xutils.h
parente64c0d6d99fe6aef817af0b18e53d9813cb2c11f (diff)
downloadmate-panel-bf70515d3439c8ccf043966f0fa104704e752602.tar.bz2
mate-panel-bf70515d3439c8ccf043966f0fa104704e752602.tar.xz
replace panel_xutils_set_window_type with gtk_window_set_type_hint
Both functions have exactly the same semantics, so prefer the Gtk+ builtin.
Diffstat (limited to 'mate-panel/panel-xutils.h')
-rw-r--r--mate-panel/panel-xutils.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/mate-panel/panel-xutils.h b/mate-panel/panel-xutils.h
index 3f7db2bd..8228196c 100644
--- a/mate-panel/panel-xutils.h
+++ b/mate-panel/panel-xutils.h
@@ -37,14 +37,6 @@
extern "C" {
#endif
-typedef enum {
- PANEL_XUTILS_TYPE_NORMAL,
- PANEL_XUTILS_TYPE_DOCK
-} PanelXUtilsWindowType;
-
-void panel_xutils_set_window_type (GdkWindow *gdk_window,
- PanelXUtilsWindowType type);
-
void panel_xutils_set_strut (GdkWindow *gdk_window,
PanelOrientation orientation,
guint32 strut,