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
a8ed2823
Commit
a8ed2823
authored
Jan 18, 2019
by
Ulrich Sibiller
Committed by
Mike Gabriel
Mar 01, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Xlib: remove register keywords
storage class specifier is deprecated and incompatible with C++17
parent
e1f2a24f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
Xlibint.h
nx-X11/lib/include/X11/Xlibint.h
+9
-9
No files found.
nx-X11/lib/include/X11/Xlibint.h
View file @
a8ed2823
...
...
@@ -709,12 +709,12 @@ extern void _XFlushGCCache(Display *dpy, GC gc);
#define Data32(dpy, data, len) _XData32(dpy, (_Xconst long *)data, len)
extern
int
_XData32
(
Display
*
dpy
,
register
_Xconst
long
*
data
,
_Xconst
long
*
data
,
unsigned
len
);
extern
void
_XRead32
(
Display
*
dpy
,
register
long
*
data
,
long
*
data
,
long
len
);
#else
...
...
@@ -1415,10 +1415,10 @@ extern int _XF86LoadQueryLocaleFont(
);
extern
void
_XProcessWindowAttributes
(
register
Display
*
dpy
,
Display
*
dpy
,
xChangeWindowAttributesReq
*
req
,
register
unsigned
long
valuemask
,
register
XSetWindowAttributes
*
attributes
);
unsigned
long
valuemask
,
XSetWindowAttributes
*
attributes
);
extern
int
_XDefaultError
(
Display
*
dpy
,
...
...
@@ -1428,7 +1428,7 @@ extern int _XDefaultIOError(
Display
*
dpy
);
extern
void
_XSetClipRectangles
(
register
Display
*
dpy
,
Display
*
dpy
,
GC
gc
,
int
clip_x_origin
,
int
clip_y_origin
,
XRectangle
*
rectangles
,
...
...
@@ -1436,13 +1436,13 @@ extern void _XSetClipRectangles (
int
ordering
);
Status
_XGetWindowAttributes
(
register
Display
*
dpy
,
Display
*
dpy
,
Window
w
,
XWindowAttributes
*
attr
);
int
_XPutBackEvent
(
register
Display
*
dpy
,
register
XEvent
*
event
);
Display
*
dpy
,
XEvent
*
event
);
extern
Bool
_XIsEventCookie
(
Display
*
dpy
,
...
...
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