shell-embedded-window: Remove hacks for old and fixed Clutter bug
We used to use realize/unrealize instead of map/unmap in ShellEmbeddedWindow because there originally was no map/unmap. The days of this are long gone... https://bugzilla.gnome.org/show_bug.cgi?id=672790
This commit is contained in:
@ -14,7 +14,7 @@ void _shell_embedded_window_allocate (ShellEmbeddedWindow *window,
|
||||
int width,
|
||||
int height);
|
||||
|
||||
void _shell_embedded_window_realize (ShellEmbeddedWindow *window);
|
||||
void _shell_embedded_window_unrealize (ShellEmbeddedWindow *window);
|
||||
void _shell_embedded_window_map (ShellEmbeddedWindow *window);
|
||||
void _shell_embedded_window_unmap (ShellEmbeddedWindow *window);
|
||||
|
||||
#endif /* __SHELL_EMBEDDED_WINDOW_PRIVATE_H__ */
|
||||
|
Reference in New Issue
Block a user