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
0f089824
Commit
0f089824
authored
Nov 09, 2011
by
Alan Coopersmith
Committed by
Ulrich Sibiller
Oct 19, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
XlcSL.c: convert old-style function definitions to ANSI C89 style
Signed-off-by:
Alan Coopersmith
<
alan.coopersmith@oracle.com
>
Backported-to-NX-by:
Ulrich Sibiller
<
uli42@gmx.de
>
parent
02dad70a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
XlcSL.c
nx-X11/lib/X11/XlcSL.c
+2
-4
No files found.
nx-X11/lib/X11/XlcSL.c
View file @
0f089824
...
...
@@ -71,8 +71,7 @@ extern XIM _XDefaultOpenIM(
);
Bool
_XInitDefaultIM
(
lcd
)
XLCd
lcd
;
_XInitDefaultIM
(
XLCd
lcd
)
{
if
(
lcd
==
(
XLCd
)
NULL
)
return
False
;
...
...
@@ -88,8 +87,7 @@ extern XOM _XDefaultOpenOM(
);
Bool
_XInitDefaultOM
(
lcd
)
XLCd
lcd
;
_XInitDefaultOM
(
XLCd
lcd
)
{
lcd
->
methods
->
open_om
=
_XDefaultOpenOM
;
return
True
;
...
...
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