Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4:SLECandidates
aalib
fix_gpm_fd_handling.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix_gpm_fd_handling.diff of Package aalib
--- src/aaslnkbd.c +++ src/aaslnkbd.c @@ -90,7 +90,7 @@ /*non-gpm way */ if (!wait) { #ifdef GPM_MOUSEDRIVER - if (gpm_fd == -1) { + if (gpm_fd <= -1) { #endif if (!SLang_input_pending(0)) return AA_NONE; @@ -109,7 +109,7 @@ #endif } #ifdef GPM_MOUSEDRIVER - if (gpm_fd != -1) { + if (gpm_fd > -1) { GPM_DRAWPOINTER(&ev); while (!flag) { FD_ZERO(&readfds);
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