diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2016-10-07 21:00:20 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2016-10-19 21:40:27 +0200 |
commit | 1078f97706b77ab93fb30204acf270cfb652c900 (patch) | |
tree | b92d21acf64c8b45312621c895458c2db30135ca /nx-X11/include | |
parent | e03d8c215ea51164b4c53a821e0a77660b60ffbd (diff) | |
download | nx-libs-1078f97706b77ab93fb30204acf270cfb652c900.tar.gz nx-libs-1078f97706b77ab93fb30204acf270cfb652c900.tar.bz2 nx-libs-1078f97706b77ab93fb30204acf270cfb652c900.zip |
rename xf86bigfstr.h to xf86bigfproto.h
Diffstat (limited to 'nx-X11/include')
-rw-r--r-- | nx-X11/include/extensions/Imakefile | 2 | ||||
-rw-r--r-- | nx-X11/include/extensions/xf86bigfproto.h (renamed from nx-X11/include/extensions/xf86bigfstr.h) | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/nx-X11/include/extensions/Imakefile b/nx-X11/include/extensions/Imakefile index d2be4b324..2d8f63494 100644 --- a/nx-X11/include/extensions/Imakefile +++ b/nx-X11/include/extensions/Imakefile @@ -13,7 +13,7 @@ SCREENSAVERHEADERS = saver.h saverproto.h scrnsaver.h #endif #if BuildXF86BigfontExt -XF86BIGFONTHEADERS = xf86bigfont.h xf86bigfstr.h +XF86BIGFONTHEADERS = xf86bigfont.h xf86bigfproto.h #endif #if BuildXvExt XVHEADERS = Xv.h Xvlib.h Xvproto.h diff --git a/nx-X11/include/extensions/xf86bigfstr.h b/nx-X11/include/extensions/xf86bigfproto.h index 4a8eda47a..b4b791fb9 100644 --- a/nx-X11/include/extensions/xf86bigfstr.h +++ b/nx-X11/include/extensions/xf86bigfproto.h @@ -7,8 +7,8 @@ /* THIS IS NOT AN X CONSORTIUM STANDARD */ -#ifndef _XF86BIGFSTR_H_ -#define _XF86BIGFSTR_H_ +#ifndef _XF86BIGFPROTO_H_ +#define _XF86BIGFPROTO_H_ #include <nx-X11/extensions/xf86bigfont.h> @@ -85,4 +85,4 @@ typedef struct { /* Bit masks that can be set in the flags */ #define XF86Bigfont_FLAGS_Shm 1 -#endif /* _XF86BIGFSTR_H_ */ +#endif /* _XF86BIGFPROTO_H_ */ |