Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
1078f977
Commit
1078f977
authored
Oct 07, 2016
by
Ulrich Sibiller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename xf86bigfstr.h to xf86bigfproto.h
parent
e03d8c21
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
10 additions
and
10 deletions
+10
-10
copyright.in
debian/copyright.in
+1
-1
rules
debian/rules
+1
-1
Imakefile
nx-X11/include/extensions/Imakefile
+1
-1
xf86bigfproto.h
nx-X11/include/extensions/xf86bigfproto.h
+3
-3
Font.c
nx-X11/lib/X11/Font.c
+1
-1
xf86bigfont.c
nx-X11/programs/Xserver/Xext/xf86bigfont.c
+1
-1
miinitext.c
nx-X11/programs/Xserver/mi/miinitext.c
+1
-1
nx-libs.spec
nx-libs.spec
+1
-1
No files found.
debian/copyright.in
View file @
1078f977
...
@@ -3446,7 +3446,7 @@ License: Expat
...
@@ -3446,7 +3446,7 @@ License: Expat
FIXME
FIXME
Files: nx-X11/include/extensions/xf86bigfont.h
Files: nx-X11/include/extensions/xf86bigfont.h
nx-X11/include/extensions/xf86bigf
str
.h
nx-X11/include/extensions/xf86bigf
proto
.h
nx-X11/programs/Xserver/Xext/xf86bigfont.c
nx-X11/programs/Xserver/Xext/xf86bigfont.c
Copyright: 1999-2000, Bruno Haible
Copyright: 1999-2000, Bruno Haible
1999-2000, The XFree86 Project, Inc
1999-2000, The XFree86 Project, Inc
...
...
debian/rules
View file @
1078f977
...
@@ -36,7 +36,7 @@ override_dh_install:
...
@@ -36,7 +36,7 @@ override_dh_install:
rm -R debian/tmp/usr/include/$(DEB_BUILD_MULTIARCH)/nx-X11/extensions/bigreqstr.h
rm -R debian/tmp/usr/include/$(DEB_BUILD_MULTIARCH)/nx-X11/extensions/bigreqstr.h
rm -R debian/tmp/usr/include/$(DEB_BUILD_MULTIARCH)/nx-X11/extensions/xcmiscstr.h
rm -R debian/tmp/usr/include/$(DEB_BUILD_MULTIARCH)/nx-X11/extensions/xcmiscstr.h
rm -R debian/tmp/usr/include/$(DEB_BUILD_MULTIARCH)/nx-X11/extensions/XIproto.h
rm -R debian/tmp/usr/include/$(DEB_BUILD_MULTIARCH)/nx-X11/extensions/XIproto.h
rm -R debian/tmp/usr/include/$(DEB_BUILD_MULTIARCH)/nx-X11/extensions/xf86bigf
str
.h
rm -R debian/tmp/usr/include/$(DEB_BUILD_MULTIARCH)/nx-X11/extensions/xf86bigf
proto
.h
rm -R debian/tmp/usr/include/$(DEB_BUILD_MULTIARCH)/nx-X11/extensions/xf86bigfont.h
rm -R debian/tmp/usr/include/$(DEB_BUILD_MULTIARCH)/nx-X11/extensions/xf86bigfont.h
rm -R debian/tmp/usr/include/$(DEB_BUILD_MULTIARCH)/nx-X11/extensions/XI.h
rm -R debian/tmp/usr/include/$(DEB_BUILD_MULTIARCH)/nx-X11/extensions/XI.h
rm -R debian/tmp/usr/include/$(DEB_BUILD_MULTIARCH)/nx-X11/extensions/dpms.h
rm -R debian/tmp/usr/include/$(DEB_BUILD_MULTIARCH)/nx-X11/extensions/dpms.h
...
...
nx-X11/include/extensions/Imakefile
View file @
1078f977
...
@@ -13,7 +13,7 @@ SCREENSAVERHEADERS = saver.h saverproto.h scrnsaver.h
...
@@ -13,7 +13,7 @@ SCREENSAVERHEADERS = saver.h saverproto.h scrnsaver.h
#endif
#endif
#if BuildXF86BigfontExt
#if BuildXF86BigfontExt
XF86BIGFONTHEADERS = xf86bigfont.h xf86bigf
str
.h
XF86BIGFONTHEADERS = xf86bigfont.h xf86bigf
proto
.h
#endif
#endif
#if BuildXvExt
#if BuildXvExt
XVHEADERS = Xv.h Xvlib.h Xvproto.h
XVHEADERS = Xv.h Xvlib.h Xvproto.h
...
...
nx-X11/include/extensions/xf86bigf
str
.h
→
nx-X11/include/extensions/xf86bigf
proto
.h
View file @
1078f977
...
@@ -7,8 +7,8 @@
...
@@ -7,8 +7,8 @@
/* THIS IS NOT AN X CONSORTIUM STANDARD */
/* THIS IS NOT AN X CONSORTIUM STANDARD */
#ifndef _XF86BIGF
STR
_H_
#ifndef _XF86BIGF
PROTO
_H_
#define _XF86BIGF
STR
_H_
#define _XF86BIGF
PROTO
_H_
#include <nx-X11/extensions/xf86bigfont.h>
#include <nx-X11/extensions/xf86bigfont.h>
...
@@ -85,4 +85,4 @@ typedef struct {
...
@@ -85,4 +85,4 @@ typedef struct {
/* Bit masks that can be set in the flags */
/* Bit masks that can be set in the flags */
#define XF86Bigfont_FLAGS_Shm 1
#define XF86Bigfont_FLAGS_Shm 1
#endif
/* _XF86BIGF
STR
_H_ */
#endif
/* _XF86BIGF
PROTO
_H_ */
nx-X11/lib/X11/Font.c
View file @
1078f977
...
@@ -45,7 +45,7 @@ authorization from the X Consortium and the XFree86 Project.
...
@@ -45,7 +45,7 @@ authorization from the X Consortium and the XFree86 Project.
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
#include <nx-X11/extensions/xf86bigf
str
.h>
#include <nx-X11/extensions/xf86bigf
proto
.h>
#endif
#endif
#include "Xlcint.h"
#include "Xlcint.h"
...
...
nx-X11/programs/Xserver/Xext/xf86bigfont.c
View file @
1078f977
...
@@ -74,7 +74,7 @@
...
@@ -74,7 +74,7 @@
#include "protocol-versions.h"
#include "protocol-versions.h"
#define _XF86BIGFONT_SERVER_
#define _XF86BIGFONT_SERVER_
#include <nx-X11/extensions/xf86bigf
str
.h>
#include <nx-X11/extensions/xf86bigf
proto
.h>
static
void
XF86BigfontResetProc
(
static
void
XF86BigfontResetProc
(
ExtensionEntry
*
/* extEntry */
ExtensionEntry
*
/* extEntry */
...
...
nx-X11/programs/Xserver/mi/miinitext.c
View file @
1078f977
...
@@ -172,7 +172,7 @@ typedef void (*InitExtension)(void);
...
@@ -172,7 +172,7 @@ typedef void (*InitExtension)(void);
#include <nx-X11/extensions/panoramiXproto.h>
#include <nx-X11/extensions/panoramiXproto.h>
#endif
#endif
#ifdef XF86BIGFONT
#ifdef XF86BIGFONT
#include <nx-X11/extensions/xf86bigf
str
.h>
#include <nx-X11/extensions/xf86bigf
proto
.h>
#endif
#endif
#ifdef RES
#ifdef RES
#include <nx-X11/extensions/XResproto.h>
#include <nx-X11/extensions/XResproto.h>
...
...
nx-libs.spec
View file @
1078f977
...
@@ -562,7 +562,7 @@ rm -r %{buildroot}%{_includedir}/nx-X11/Xtrans
...
@@ -562,7 +562,7 @@ rm -r %{buildroot}%{_includedir}/nx-X11/Xtrans
%{_includedir}/nx-X11/extensions/syncstr.h
%{_includedir}/nx-X11/extensions/syncstr.h
%{_includedir}/nx-X11/extensions/xcmiscstr.h
%{_includedir}/nx-X11/extensions/xcmiscstr.h
%{_includedir}/nx-X11/extensions/xf86bigfont.h
%{_includedir}/nx-X11/extensions/xf86bigfont.h
%{_includedir}/nx-X11/extensions/xf86bigf
str
.h
%{_includedir}/nx-X11/extensions/xf86bigf
proto
.h
%{_includedir}/nx-X11/extensions/xfixesproto.h
%{_includedir}/nx-X11/extensions/xfixesproto.h
%{_includedir}/nx-X11/extensions/xfixeswire.h
%{_includedir}/nx-X11/extensions/xfixeswire.h
%{_includedir}/nx-X11/extensions/xtestconst.h
%{_includedir}/nx-X11/extensions/xtestconst.h
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment