mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:10:38 +00:00
Fixed compiler warning
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15774 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c11218da2c
commit
cb07412522
5 changed files with 6 additions and 5 deletions
|
@ -1543,7 +1543,7 @@ GSSetDragTypes(NSView* obj, NSArray *types)
|
|||
{
|
||||
NSGraphicsContext *ctxt = GSCurrentContext();
|
||||
NSRect wrect;
|
||||
int window_gstate;
|
||||
int window_gstate = 0;
|
||||
|
||||
if (viewIsPrinting == nil)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue