* Fixed wrong indentation and spacing.
* Enlarged default port size to 50. * Added license header. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27622 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2001-2008, Haiku.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
#ifndef _APPSERVER_CONFIG_H
|
||||
#define _APPSERVER_CONFIG_H
|
||||
|
||||
@@ -35,8 +39,9 @@
|
||||
#define FALLBACK_FIXED_FONT_FAMILY "Courier10 BT"
|
||||
#define DEFAULT_FIXED_FONT_STYLE "Book"
|
||||
#define DEFAULT_FIXED_FONT_SIZE 12.0f
|
||||
|
||||
// This is the port capacity for all monitoring objects - ServerApps
|
||||
// and ServerWindows
|
||||
#define DEFAULT_MONITOR_PORT_SIZE 30
|
||||
#define DEFAULT_MONITOR_PORT_SIZE 50
|
||||
|
||||
#endif /* _APPSERVER_CONFIG_H */
|
||||
|
||||
Reference in New Issue
Block a user