Jabber WindowGram Client (JWGC)

Introduction Screenshots Installation Downloads
Documentation Browse Source Resources Project Site

Stable Version
-none-

Latest Version
beta5



Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

xerror.c File Reference

#include "mit-copyright.h"
#include <X11/Xlib.h>
#include "mux.h"

Go to the source code of this file.

Functions

void begin_xerror_trap (Display *dpy)
void end_xerror_trap (Display *dpy)

Variables

int xerror_happened


Function Documentation

void begin_xerror_trap Display *  dpy  ) 
 

Definition at line 30 of file xerror.c.

References xerror_happened.

00032 {
00033         xerror_happened = 0;
00034         XSetErrorHandler(xerrortrap);
00035 }

void end_xerror_trap Display *  dpy  ) 
 

Definition at line 38 of file xerror.c.

References dpy, and NULL.

00040 {
00041         XSync(dpy, False);
00042         XSetErrorHandler(NULL);
00043 }


Variable Documentation

int xerror_happened
 

Definition at line 16 of file xerror.c.

Referenced by begin_xerror_trap(), and x_gram_create().



Last updated at Tue Dec 18 21:07:42 PST 2007. This site and project hosted by...SourceForge.net Logo

Source Perspective by Fisheye