mirror of
https://github.com/gnustep/libs-back.git
synced 2025-05-30 00:40:55 +00:00
2005-01-21 21:51 Alexander Malmberg <alexander@malmberg.org>
Various warning and whitespace cleanups. * Headers/x11/XGServerWindow.h, * Source/art/ftfont.m, * Source/gsc/GSGState.m, * Source/win32/WIN32Server.m, * Source/x11/XGDragView.m, * Source/x11/XGServerEvent.m, * Source/x11/XGServerWindow.m: Change signedness of various variables. * Tools/gpbs.m: Add missing ctype.h include. * Source/x11/XGDrawView.m (-_setCursor): Initialize variables. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@20591 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d0438ce1f1
commit
a24843e653
9 changed files with 32 additions and 18 deletions
|
@ -736,7 +736,7 @@ DWORD windowStyleForGSStyle(unsigned int style)
|
|||
}
|
||||
|
||||
- (void) imagecursor: (NSPoint)hotp : (int) w : (int) h
|
||||
: (int)colors : (const char *)image : (void **)cid
|
||||
: (int)colors : (const unsigned char *)image : (void **)cid
|
||||
{
|
||||
/*
|
||||
HCURSOR cur;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue