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
b76dddcd
Commit
b76dddcd
authored
Dec 31, 2020
by
Ulrich Sibiller
Committed by
Mike Gabriel
Jan 15, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drawable.c: make doRoundRobin a Boolean
parent
b814aef3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Drawable.c
nx-X11/programs/Xserver/hw/nxagent/Drawable.c
+4
-4
No files found.
nx-X11/programs/Xserver/hw/nxagent/Drawable.c
View file @
b76dddcd
...
@@ -1241,7 +1241,7 @@ FIXME: All drawables should be set as synchronized and never marked as
...
@@ -1241,7 +1241,7 @@ FIXME: All drawables should be set as synchronized and never marked as
* round-robin and if the bitmaps are all synchronized.
* round-robin and if the bitmaps are all synchronized.
*/
*/
int
doRoundRobin
=
(
nxagentSynchronization
.
pDrawable
!=
NULL
);
Bool
doRoundRobin
=
(
nxagentSynchronization
.
pDrawable
!=
NULL
);
nxagentSynchronization
.
abort
=
False
;
nxagentSynchronization
.
abort
=
False
;
...
@@ -1262,7 +1262,7 @@ FIXME: All drawables should be set as synchronized and never marked as
...
@@ -1262,7 +1262,7 @@ FIXME: All drawables should be set as synchronized and never marked as
if
(
!
nxagentSynchronization
.
abort
&&
if
(
!
nxagentSynchronization
.
abort
&&
nxagentSynchronization
.
windowBitmaps
==
0
&&
nxagentSynchronization
.
windowBitmaps
==
0
&&
doRoundRobin
==
0
)
!
doRoundRobin
)
{
{
if
(
nxagentCorruptedWindows
>
0
)
if
(
nxagentCorruptedWindows
>
0
)
{
{
...
@@ -1294,7 +1294,7 @@ FIXME: All drawables should be set as synchronized and never marked as
...
@@ -1294,7 +1294,7 @@ FIXME: All drawables should be set as synchronized and never marked as
if
(
!
nxagentSynchronization
.
abort
&&
if
(
!
nxagentSynchronization
.
abort
&&
nxagentSynchronization
.
backgroundBitmaps
==
0
&&
nxagentSynchronization
.
backgroundBitmaps
==
0
&&
doRoundRobin
==
0
)
!
doRoundRobin
)
{
{
if
(
nxagentCorruptedBackgrounds
>
0
)
if
(
nxagentCorruptedBackgrounds
>
0
)
{
{
...
@@ -1328,7 +1328,7 @@ FIXME: All drawables should be set as synchronized and never marked as
...
@@ -1328,7 +1328,7 @@ FIXME: All drawables should be set as synchronized and never marked as
if
(
!
nxagentSynchronization
.
abort
&&
if
(
!
nxagentSynchronization
.
abort
&&
nxagentSynchronization
.
pixmapBitmaps
==
0
&&
nxagentSynchronization
.
pixmapBitmaps
==
0
&&
doRoundRobin
==
0
)
!
doRoundRobin
)
{
{
#ifdef TEST
#ifdef TEST
...
...
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