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
41bc1de9
Commit
41bc1de9
authored
Sep 06, 2019
by
Ulrich Sibiller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GCOps.c: reformat comments
parent
193bda76
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
GCOps.c
nx-X11/programs/Xserver/hw/nxagent/GCOps.c
+4
-6
No files found.
nx-X11/programs/Xserver/hw/nxagent/GCOps.c
View file @
41bc1de9
...
...
@@ -95,8 +95,7 @@ static int nxagentSaveGCTrap;
RegionPtr
nxagentBitBlitHelper
(
GC
*
pGC
);
/*
* The NX agent implementation of the
* X server's graphics functions.
* The NX agent implementation of the X server's graphics functions.
*/
void
nxagentFillSpans
(
DrawablePtr
pDrawable
,
GCPtr
pGC
,
int
nSpans
,
...
...
@@ -170,7 +169,7 @@ void nxagentQueryBestSize(int class, unsigned short *pwidth,
case
StippleShape
:
width
=
*
pwidth
;
if
(
!
width
)
break
;
/* Return the closes power of two not less than what they gave me */
/* Return the closes
t
power of two not less than what they gave me */
test
=
0x80000000
;
/* Find the highest 1 bit in the width given */
while
(
!
(
test
&
width
))
...
...
@@ -456,9 +455,8 @@ FIXME: The popup could be synchronized with one single put image,
if
(
RegionNumRects
(
pClipRegion
)
==
1
)
{
/*
* If the region to copy is formed by one
* rectangle, we change only the copy coor-
* dinates.
* If the region to copy is formed by one rectangle, we change
* only the copy coordinates.
*/
srcx
=
srcx
+
pClipRegion
->
extents
.
x1
-
dstx
;
...
...
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