On jue, 2011-05-26 at 18:22 -0600, Germán Arias wrote:
> Sometimes (only in WindowMaker) isn't possible miniaturize a window,
> (the window becomes miniaturized, but is deminiaturized immediately).
> Also  MiniWindows don't get the appropriate icon (for example in Gemas,
> all miniwindows have the AppIcon, instead the corresponding icon for the
> file).

Trying to understand what are happening here. I recompile all, and
notice some warnings that maybe help with this. I'm using GCC 4.6:

BASE
====

Making all for subproject ObjectiveC2...
 Compiling file blocks_runtime.m ...
blocks_runtime.m: In the function ‘_Block_copy’:
blocks_runtime.m:215:20: warning: take the direction of the expression
of type 'id' [enabled by default]
blocks_runtime.m: In the function ‘_Block_release’:
blocks_runtime.m:238:20: warning: take the direction of the expression
of type 'id' [enabled by default]


GUI
===

 Compiling file NSButtonCell.m ...
NSButtonCell.m: In the function ‘-[NSButtonCell
drawImage:withFrame:inView:]’:
NSButtonCell.m:938:7: warning: implicit declaration of function
‘round’ [-Wimplicit-function-declaration]
NSButtonCell.m:938:30: warning: incompatible implicit declaration of
built-in function ‘round’ [enabled by default]

 Compiling file NSEvent.m ...
NSEvent.m: In the function ‘-[NSEvent initWithCoder:]’:
NSEvent.m:795:11: warning: case value ‘0’ isn't an enumerated type
‘NSEventType’ [-Wswitch]
NSEvent.m:813:11: warning: case value ‘18’ isn't an enumerated type
‘NSEventType’ [-Wswitch]
NSEvent.m:814:11: warning: case value ‘19’ isn't an enumerated type
‘NSEventType’ [-Wswitch]
NSEvent.m:815:11: warning: case value ‘20’ isn't an enumerated type
‘NSEventType’ [-Wswitch]

Back
====

 Compiling file GSGState.m ...
GSGState.m: In the function ‘-[GSGState(Ops) GSSetFillColorspace:]’:
GSGState.m:302:3: warning: receptor type 'void *' invalid [enabled by
default]
GSGState.m: In the function ‘-[GSGState(Ops) GSSetStrokeColorspace:]’:
GSGState.m:313:3: warning: receptor type 'void *' invalid [enabled by
default]


I ignore all warnings about unused variables.



_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to