Summary: | Can no longer get input focus on GL drawing area | ||
---|---|---|---|
Product: | Mesa | Reporter: | Laurence Page <ljpage> |
Component: | GLX | Assignee: | mesa-dev |
Status: | RESOLVED NOTOURBUG | QA Contact: | |
Severity: | normal | ||
Priority: | high | CC: | roland.mainz |
Version: | unspecified | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
Test program source - a panel containing a GLX widget & a text input widget
Test program compiled on RH7.1 - This has expected behaviour Test program compiled on RH9 - Shows the unexpected behaviour |
Description
Laurence Page
2005-03-31 06:44:01 UTC
Created attachment 2270 [details]
Test program source - a panel containing a GLX widget & a text input widget
Sample Makefile for test program:
CFLAGS= -I/usr/X11R6/include
LDFLAGS=-L/usr/X11R6/lib
.c.o:
gcc -c $(CFLAGS) $<
all: xgltest
xgltest.o: xgltest.c
xgltest: xgltest.o
gcc $(LDFLAGS) -o xgltest xgltest.o -lGLU -lGL -lGLw -lXm -lXt -lX11
-lm
Created attachment 2271 [details]
Test program compiled on RH7.1 - This has expected behaviour
Created attachment 2272 [details]
Test program compiled on RH9 - Shows the unexpected behaviour
Is it possible that some of the OpenMotif internals were changed in the meantime which require an update of the GLX widget code, too ? This is a bug in motif. GLX doesn't handle X input events or deal with focus at all, so if the widget is not receiving events the problem is in the motif library you're using. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.