diff options
author | marha <marha@users.sourceforge.net> | 2011-05-05 07:26:05 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-05-05 07:26:05 +0000 |
commit | d40f0a49c88fc7b5162a9d8f7b64b571094e8593 (patch) | |
tree | ce4f2f8537b5b6f046f64cf8735fd3598b53c372 /libX11/include/X11 | |
parent | 7194f10aa94e3dc9d34eaf8bfa0bdb6c8aa46a38 (diff) | |
download | vcxsrv-d40f0a49c88fc7b5162a9d8f7b64b571094e8593.tar.gz vcxsrv-d40f0a49c88fc7b5162a9d8f7b64b571094e8593.tar.bz2 vcxsrv-d40f0a49c88fc7b5162a9d8f7b64b571094e8593.zip |
libX11 libxcb mesa git update 5 May 2011
Diffstat (limited to 'libX11/include/X11')
-rw-r--r-- | libX11/include/X11/Xlibint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libX11/include/X11/Xlibint.h b/libX11/include/X11/Xlibint.h index d199a8b36..3266e0d00 100644 --- a/libX11/include/X11/Xlibint.h +++ b/libX11/include/X11/Xlibint.h @@ -899,7 +899,7 @@ extern int _XError( ); extern int _XIOError( Display* /* dpy */ -); +) _X_NORETURN; extern int (*_XIOErrorFunction)( Display* /* dpy */ ); |