mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 23:42:16 +00:00
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:
parent
6c450e3ea6
commit
7b2bd47f1f
2 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue