Revert "systray: Process XEmbed events according to spec"
This reverts commit 227dc8e48a.
This commit is contained in:
@@ -50,8 +50,7 @@ typedef struct
|
||||
struct timespec time_last_render;
|
||||
int num_fast_renders;
|
||||
int reparented;
|
||||
int embedding_started;
|
||||
int embedding_finalized;
|
||||
int embedded;
|
||||
char *name;
|
||||
} TrayWindow;
|
||||
|
||||
@@ -88,9 +87,7 @@ void net_message(XClientMessageEvent *e);
|
||||
|
||||
gboolean add_icon(Window id);
|
||||
gboolean reparent_icon(TrayWindow *traywin);
|
||||
gboolean start_embedding_icon(TrayWindow *traywin);
|
||||
gboolean finalize_embedding_icon(TrayWindow *traywin);
|
||||
gboolean icon_embedded(TrayWindow *traywin);
|
||||
gboolean embed_icon(TrayWindow *traywin);
|
||||
void remove_icon(TrayWindow *traywin);
|
||||
|
||||
void refresh_systray_icons();
|
||||
|
||||
Reference in New Issue
Block a user