diff options
Diffstat (limited to 'apps/xwininfo/dsimple.h')
-rw-r--r-- | apps/xwininfo/dsimple.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/xwininfo/dsimple.h b/apps/xwininfo/dsimple.h index d0dd71ae9..7dacdee92 100644 --- a/apps/xwininfo/dsimple.h +++ b/apps/xwininfo/dsimple.h @@ -55,7 +55,7 @@ void Setup_Display_And_Screen (const char *displayname, xcb_window_t Select_Window (xcb_connection_t *, const xcb_screen_t *, int); xcb_window_t Window_With_Name (xcb_connection_t *, xcb_window_t, const char *); -void Fatal_Error (const char *, ...) _X_NORETURN _X_ATTRIBUTE_PRINTF(1, 2); +void Fatal_Error (const char *, ...) _X_NORETURN _X_ATTRIBUTE_PRINTF(1, 2) _X_COLD; void Print_X_Error (xcb_connection_t *, xcb_generic_error_t *); |