Fix compiler warnings reported by

Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@36165 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fredkiefer 2013-02-18 20:29:10 +00:00
parent e391153348
commit 7bc7a5c8ed
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2013-02-18 Fred Kiefer <FredKiefer@gmx.de>
* Source/x11/XGServerWindow.m
Fix compiler warnings reported by
Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
2013-02-16 Fred Kiefer <FredKiefer@gmx.de>
* Source/gsc/GSContext.m

View file

@ -1970,7 +1970,7 @@ _get_next_prop_new_event(Display *display, XEvent *event, char *arg)
XClassHint classhint;
RContext *context;
NSDebugLLog(@"XGTrace", @"DPSwindow: %@ %d", NSStringFromRect(frame), type);
NSDebugLLog(@"XGTrace", @"DPSwindow: %@ %d", NSStringFromRect(frame), (int)type);
root = [self _rootWindowForScreen: screen];
context = [self xrContextForScreen: screen];
@ -2536,7 +2536,7 @@ NSLog(@"styleoffsets ... guessing offsets\n");
if (!window)
return;
NSDebugLLog(@"XGTrace", @"DPSwindowbacking: %d : %d", type, win);
NSDebugLLog(@"XGTrace", @"DPSwindowbacking: %d : %d", (int)type, win);
if ((window->gdriverProtocol & GDriverHandlesBacking))
{