mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 23:42:16 +00:00
* Source/x11/XGServerWindow.m (-styleoffsets:...:): Change NSLog
statement on guessing the offset into a NSDebugLLog statement.
This commit is contained in:
parent
3b90116f44
commit
9299fa1f93
2 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue