From 502d10df1e90907f8cd0f5e4dbe281d07b7124ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberts=20Muktup=C4=81vels?= Date: Tue, 8 Mar 2022 13:19:12 +0200 Subject: screen: move SnDisplay to WnckTasklist Startup notifications are used only in WnckTasklist. --- libwnck/private.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'libwnck/private.h') diff --git a/libwnck/private.h b/libwnck/private.h index 6f378d6..d5e48d9 100644 --- a/libwnck/private.h +++ b/libwnck/private.h @@ -22,7 +22,6 @@ #ifndef WNCK_PRIVATE_H #define WNCK_PRIVATE_H -#include #include "screen.h" #include "window.h" #include "workspace.h" @@ -31,9 +30,6 @@ #include "pager.h" #include "util.h" #include "wnck-handle-private.h" -#ifdef HAVE_STARTUP_NOTIFICATION -#include -#endif G_BEGIN_DECLS @@ -122,10 +118,6 @@ Window _wnck_screen_get_xroot (WnckScreen *screen); Screen *_wnck_screen_get_xscreen (WnckScreen *screen); GdkScreen *_wnck_screen_get_gdk_screen (WnckScreen *screen); -#ifdef HAVE_STARTUP_NOTIFICATION -SnDisplay* _wnck_screen_get_sn_display (WnckScreen *screen); -#endif - void _wnck_pager_activate_workspace (WnckWorkspace *wspace, guint32 timestamp); int _wnck_pager_get_n_workspaces (WnckPager *pager); -- cgit v1.2.1