diff options
author | Alberts Muktupāvels <alberts.muktupavels@gmail.com> | 2014-06-03 16:07:38 +0300 |
---|---|---|
committer | Alberts Muktupāvels <alberts.muktupavels@gmail.com> | 2014-06-03 16:07:38 +0300 |
commit | a6dc67255ec682f7aab9ba89769db06bc717a4c9 (patch) | |
tree | 921ac285a1d7cd98f02ea6fd24f547fc68af6533 /src/include | |
parent | be478298219d2207c8e7a5ba79f20485afe24b70 (diff) | |
download | metacity-a6dc67255ec682f7aab9ba89769db06bc717a4c9.tar.gz |
ui.[c/h]: remove MetaImageWindow, it is unused
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ui.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/include/ui.h b/src/include/ui.h index c1ada1f9..36bb6349 100644 --- a/src/include/ui.h +++ b/src/include/ui.h @@ -34,8 +34,6 @@ typedef struct _MetaUI MetaUI; -typedef struct _MetaImageWindow MetaImageWindow; - typedef gboolean (* MetaEventFunc) (XEvent *xevent, gpointer data); typedef enum @@ -132,18 +130,6 @@ void meta_ui_window_menu_popup (MetaWindowMenu *menu, void meta_ui_window_menu_free (MetaWindowMenu *menu); -MetaImageWindow* meta_image_window_new (Display *xdisplay, - int screen_number, - int max_width, - int max_height); -void meta_image_window_free (MetaImageWindow *iw); -void meta_image_window_set_showing (MetaImageWindow *iw, - gboolean showing); -void meta_image_window_set (MetaImageWindow *iw, - GdkPixbuf *pixbuf, - int x, - int y); - /* FIXME these lack a display arg */ GdkPixbuf* meta_gdk_pixbuf_get_from_window (GdkPixbuf *dest, Window xwindow, |