Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:Staging:C
aalib
aalib-reentrant.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File aalib-reentrant.patch of Package aalib
--- src/aax.c +++ src/aax.c @@ -437,6 +437,12 @@ int l, same; int s = 0; int pos; + static int called; + if (called++) + { + --called; + return; + } attr = AA_NORMAL; alloctables(d); drawed = 0; @@ -537,6 +543,7 @@ XSync(d->dp, 0); } freetables(); + called--; } void __aa_X_redraw(aa_context *c) {
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor