]> Dogcows Code - chaz/openbox/blobdiff - obt/display.h
move the xerror handling into the libobt
[chaz/openbox] / obt / display.h
index a42630e18f7a88a00d3991c09b5f9c963711d0c9..aafa0fcd4901f32a9ac767575c1133d35fc07045 100644 (file)
@@ -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*/
This page took 0.022968 seconds and 4 git commands to generate.