Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP1:Update
fvwm2
fvwm-2.5.26-ia64.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fvwm-2.5.26-ia64.patch of Package fvwm2
--- fvwm/stack.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- fvwm/stack.c +++ fvwm/stack.c 2017-02-07 10:55:25.816637544 +0000 @@ -114,7 +114,7 @@ static void dump_stack_ring(void) t1 = t1->stack_next) { fprintf(stderr," l=%d fw=%p f=0x%08x '%s'\n", t1->layer, - t1, (int)FW_W_FRAME(t1), t1->name.name); + t1, FW_W_FRAME(t1), t1->name.name); } return; @@ -203,14 +203,14 @@ void verify_stack_ring_consistency(void) fprintf( stderr,"vsrc: window already died:" " fw=%p w=0x%08x '%s'\n", - t1, (int)FW_W_FRAME(t1), t1->name.name); + t1, FW_W_FRAME(t1), t1->name.name); } else if (i >= last_index) { fprintf( stderr, "vsrc: window is at wrong position" " in stack ring: fw=%p f=0x%08x '%s'\n", - t1, (int)FW_W_FRAME(t1), + t1, FW_W_FRAME(t1), t1->name.name); dump_stack_ring(); fprintf(stderr,"dumping X stacking order:\n"); @@ -226,7 +226,7 @@ void verify_stack_ring_consistency(void) { fprintf( stderr, " f=0x%08x\n", - (int)children[i]); + children[i]); break; } }
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