* Source/x11/XGServerWindow.m (-styleoffsets:...:): Change NSLog

statement on guessing the offset into a NSDebugLLog statement.
This commit is contained in:
Fred Kiefer 2021-03-12 17:40:08 +01:00
parent 3b90116f44
commit 9299fa1f93
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2021-01-16 Fred Kiefer <FredKiefer@gmx.de>
* Source/x11/XGServerWindow.m (-styleoffsets:...:): Change NSLog
statement on guessing the offset into a NSDebugLLog statement.
2021-03-03 Riccardo Mottola <rm@gnu.org>
* Source/win32/WIN32Server.m:

View file

@ -2284,7 +2284,7 @@ _get_next_prop_new_event(Display *display, XEvent *event, char *arg)
return;
}
NSLog(@"styleoffsets ... guessing offsets\n");
NSDebugLLog(@"Frame", @"styleoffsets ... guessing offsets\n");
if ((generic.wm & XGWM_WINDOWMAKER) != 0)
{
*l = *r = *t = *b = 1.0;