* 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:
Axel Dörfler
2008-09-18 13:12:22 +00:00
parent 01774b2af5
commit 95deefbf66
+6 -1
View File
@@ -1,3 +1,7 @@
/*
* Copyright 2001-2008, Haiku.
* Distributed under the terms of the MIT License.
*/
#ifndef _APPSERVER_CONFIG_H #ifndef _APPSERVER_CONFIG_H
#define _APPSERVER_CONFIG_H #define _APPSERVER_CONFIG_H
@@ -35,8 +39,9 @@
#define FALLBACK_FIXED_FONT_FAMILY "Courier10 BT" #define FALLBACK_FIXED_FONT_FAMILY "Courier10 BT"
#define DEFAULT_FIXED_FONT_STYLE "Book" #define DEFAULT_FIXED_FONT_STYLE "Book"
#define DEFAULT_FIXED_FONT_SIZE 12.0f #define DEFAULT_FIXED_FONT_SIZE 12.0f
// This is the port capacity for all monitoring objects - ServerApps // This is the port capacity for all monitoring objects - ServerApps
// and ServerWindows // and ServerWindows
#define DEFAULT_MONITOR_PORT_SIZE 30 #define DEFAULT_MONITOR_PORT_SIZE 50
#endif /* _APPSERVER_CONFIG_H */ #endif /* _APPSERVER_CONFIG_H */