diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-07-23 20:55:19 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-01-20 01:36:54 -0500 |
| commit | a2f5a826a1ed79102cd59a9ef17724fb90afe86b (patch) | |
| tree | 37f4ed0e023b30fcef567b259b79d3f4b7b8e0f5 /obt/display.h | |
| parent | 452627a51ce38229533dfe5d8eeb877b0918d02c (diff) | |
move the xerror handling into the libobt
Diffstat (limited to 'obt/display.h')
| -rw-r--r-- | obt/display.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/obt/display.h b/obt/display.h index a42630e1..aafa0fcd 100644 --- a/obt/display.h +++ b/obt/display.h @@ -27,6 +27,9 @@ G_BEGIN_DECLS Display* obt_display_open(const char *display_name); void obt_display_close(Display *d); +void obt_display_ignore_errors(Display *d, gboolean ignore); +gboolean obt_display_error_occured(); + G_END_DECLS #endif /*__obt_instance_h*/ |
