Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
libXext.6056
U_Xge-remove-warning-messages-about-missing-Xge...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File U_Xge-remove-warning-messages-about-missing-Xge-extens.patch of Package libXext.6056
From 11aad96bd689d54156064d2e81213dc827a689d1 Mon Sep 17 00:00:00 2001 From: Keith Packard <keithp@keithp.com> Date: Thu, 6 Mar 2014 14:56:17 -0800 Subject: [PATCH] Xge: remove warning messages about missing Xge extension event translations When mixing Xlib and xcb, it's quite possible for some events to be received for xcb-only extensions, which will subsequently not be translatable by the Xge WireToEvent/EventToWire hooks Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Eric Anholt <eric@anholt.net> --- src/Xge.c | 7 ------- 1 file changed, 7 deletions(-) Index: libXext-1.3.2/src/Xge.c =================================================================== --- libXext-1.3.2.orig/src/Xge.c +++ libXext-1.3.2/src/Xge.c @@ -259,9 +259,6 @@ _xgeWireToEvent(Display* dpy, XEvent* re it = it->next; } - fprintf(stderr, - "_xgeWireToEvent: Unknown extension %d, this should never happen.\n", - extension); return False; } @@ -289,10 +286,6 @@ _xgeEventToWire(Display* dpy, XEvent* re it = it->next; } - fprintf(stderr, - "_xgeEventToWire: Unknown extension %d, this should never happen.\n", - extension); - return Success; }
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