diff options
Diffstat (limited to 'src/xlibi18n/utf8WMProps.c')
-rw-r--r-- | src/xlibi18n/utf8WMProps.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/xlibi18n/utf8WMProps.c b/src/xlibi18n/utf8WMProps.c index 93fb552..4923ae9 100644 --- a/src/xlibi18n/utf8WMProps.c +++ b/src/xlibi18n/utf8WMProps.c @@ -88,3 +88,21 @@ XFree86utf8SetWMProperties ( /* Note: The WM_LOCALE_NAME property is set by XSetWMProperties. */ } +#ifndef NOXFREE86COMPAT +#undef Xutf8SetWMProperties +void +Xutf8SetWMProperties ( + Display *dpy, + Window w, + _Xconst char *windowName, + _Xconst char *iconName, + char **argv, + int argc, + XSizeHints *sizeHints, + XWMHints *wmHints, + XClassHint *classHints) +{ + XFree86utf8SetWMProperties (dpy, w, windowName, iconName, argv, argc, + sizeHints, wmHints, classHints); +} +#endif |