summaryrefslogtreecommitdiff
path: root/mate-panel/xstuff.h
blob: 83af464564d3b6fd913b74b32583a718d307ce8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef __XSTUFF_H__
#define __XSTUFF_H__

#include <gdk/gdk.h>
#include <gtk/gtk.h>

void xstuff_zoom_animate                (GtkWidget        *widget,
					 cairo_surface_t  *surface,
					 PanelOrientation  orientation,
					 GdkRectangle     *opt_src_rect);

gboolean xstuff_is_display_dead         (void);

void xstuff_init                        (void);

#endif /* __XSTUFF_H__ */