mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +00:00
Add back informational comments
This commit is contained in:
parent
9712490625
commit
1d266d7a9b
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <math.h>
|
||||
#include <math.h> // (float)rintf(float x}
|
||||
#import "config.h"
|
||||
|
||||
#import <Foundation/NSArray.h>
|
||||
|
@ -68,7 +68,7 @@
|
|||
#import "GSGuiPrivate.h"
|
||||
|
||||
/* Cache */
|
||||
static CGFloat scrollerWidth;
|
||||
static CGFloat scrollerWidth; // == [NSScroller scrollerWidth];
|
||||
static NSTextFieldCell *titleCell;
|
||||
static CGFloat browserColumnSeparation;
|
||||
static CGFloat browserVerticalPadding;
|
||||
|
|
Loading…
Reference in a new issue