Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:lmich:Factory
xengine
xengine-1.11-warnings-fix.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xengine-1.11-warnings-fix.patch of Package xengine
--- xengine.c +++ xengine.c @@ -169,6 +169,7 @@ XtAddTimeOut(1, Cycle(), NULL); XtMainLoop(); + return 0; } XtCallbackProc @@ -196,7 +197,7 @@ XFreePixmap(XtDisplay(engine), enginePixmap); enginePixmap = XCreatePixmap(XtDisplay(engine), XtWindow(engine), width, height, DefaultDepthOfScreen(XtScreen(engine))); - + return NULL; } XtTimerCallbackProc @@ -228,6 +229,7 @@ } mean += DrawEngine(); XtAddTimeOut(1, Cycle(), NULL); + return NULL; } double
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