summaryrefslogtreecommitdiff
path: root/src/include/ui.h
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2014-06-03 18:46:31 +0300
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2014-06-03 18:46:31 +0300
commita2013ae87a9c4a97e293964a0f3848d9425a65be (patch)
tree351a2d5c6e3d3d6acc3577bffd8bb7e5bdcc0839 /src/include/ui.h
parentd9f01a0524b04897daf89899acbbf7ba10e21384 (diff)
downloadmetacity-a2013ae87a9c4a97e293964a0f3848d9425a65be.tar.gz
Build with gtk+-3.0
Most changes are copied from mutter 3.4.0. So thanks to mutter developers! They done all hard work. This patch also removes unused functions.
Diffstat (limited to 'src/include/ui.h')
-rw-r--r--src/include/ui.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/src/include/ui.h b/src/include/ui.h
index 36bb6349..e2bb9ede 100644
--- a/src/include/ui.h
+++ b/src/include/ui.h
@@ -130,22 +130,9 @@ void meta_ui_window_menu_popup (MetaWindowMenu *menu,
void meta_ui_window_menu_free (MetaWindowMenu *menu);
-/* FIXME these lack a display arg */
-GdkPixbuf* meta_gdk_pixbuf_get_from_window (GdkPixbuf *dest,
- Window xwindow,
+GdkPixbuf* meta_gdk_pixbuf_get_from_pixmap (Pixmap xpixmap,
int src_x,
int src_y,
- int dest_x,
- int dest_y,
- int width,
- int height);
-
-GdkPixbuf* meta_gdk_pixbuf_get_from_pixmap (GdkPixbuf *dest,
- Pixmap xpixmap,
- int src_x,
- int src_y,
- int dest_x,
- int dest_y,
int width,
int height);