mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 04:58:05 +02:00
st/xlib: remove dead ungrab helper
This commit is contained in:
parent
65079afcde
commit
515a820021
1 changed files with 0 additions and 13 deletions
|
|
@ -109,19 +109,6 @@ GetCurrentContext(void)
|
|||
|
||||
|
||||
|
||||
/**********************************************************************/
|
||||
/*** Debug helper code ***/
|
||||
/**********************************************************************/
|
||||
|
||||
extern void _kw_ungrab_all( Display *dpy );
|
||||
void _kw_ungrab_all( Display *dpy )
|
||||
{
|
||||
XUngrabPointer( dpy, CurrentTime );
|
||||
XUngrabKeyboard( dpy, CurrentTime );
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**********************************************************************/
|
||||
/*** GLX Visual Code ***/
|
||||
/**********************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue