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
22f01d23
Commit
22f01d23
authored
Oct 31, 2019
by
Ulrich Sibiller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Visual.{ch}: disable unused code
parent
1bb0e999
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
Visual.c
nx-X11/programs/Xserver/hw/nxagent/Visual.c
+2
-0
Visual.h
nx-X11/programs/Xserver/hw/nxagent/Visual.h
+3
-0
No files found.
nx-X11/programs/Xserver/hw/nxagent/Visual.c
View file @
22f01d23
...
...
@@ -111,6 +111,7 @@ Colormap nxagentDefaultVisualColormap(Visual *visual)
return
None
;
}
#if 0
/*
* This is currently unused. It should serve the scope of matching a
* visual whenever a drawable has a different depth than the real
...
...
@@ -129,6 +130,7 @@ Visual *nxagentVisualFromDepth(ScreenPtr pScreen, int depth)
return NULL;
}
#endif
/*
* Create a fake 32 bits depth visual and initialize it based on the
...
...
nx-X11/programs/Xserver/hw/nxagent/Visual.h
View file @
22f01d23
...
...
@@ -42,7 +42,10 @@ is" without express or implied warranty.
Visual
*
nxagentVisual
(
VisualPtr
pVisual
);
Visual
*
nxagentVisualFromID
(
ScreenPtr
pScreen
,
VisualID
visual
);
#if 0
Visual *nxagentVisualFromDepth(ScreenPtr pScreen, int depth);
#endif
Colormap
nxagentDefaultVisualColormap
(
Visual
*
visual
);
...
...
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