~ubuntu-dev/ubuntu/lucid/mutter/lucid-201002110959

« back to all changes in this revision

Viewing changes to src/include/errors.h

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-09-05 16:23:00 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090905162300-uh014j826cs7xe76
Tags: 2.27.4-0ubuntu1
* New upstream release
* add debian/watch

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#include "util.h"
30
30
#include "display.h"
31
31
 
32
 
typedef void (* ErrorHandler) (Display *dpy,
33
 
                               XErrorEvent *error,
34
 
                               gpointer data);
35
 
 
36
32
void      meta_errors_init     (void);
37
 
void      meta_errors_register_foreign_display (Display      *foreign_dpy,
38
 
                                                ErrorHandler  handler,
39
 
                                                gpointer      data);
40
 
                                                
 
33
 
41
34
void      meta_error_trap_push (MetaDisplay *display);
42
35
void      meta_error_trap_pop  (MetaDisplay *display,
43
36
                                gboolean     last_request_was_roundtrip);