Import Tk 8.6.12
This commit is contained in:
@@ -199,8 +199,12 @@ TkpBuildRegionFromAlphaData(
|
||||
|
||||
long
|
||||
Tk_GetUserInactiveTime(
|
||||
Display *dpy) /* The display for which to query the inactive
|
||||
#ifdef HAVE_XSS
|
||||
Display *dpy) /* The display for which to query the inactive
|
||||
* time. */
|
||||
#else
|
||||
TCL_UNUSED(Display *))
|
||||
#endif /* HAVE_XSS */
|
||||
{
|
||||
long inactiveTime = -1;
|
||||
#ifdef HAVE_XSS
|
||||
|
||||
Reference in New Issue
Block a user