haiku/headers/private
Ryan Leavengood 5a1210fbef Moved the BAboutWindow implementation to the shared source directory, which
despite being talked about repeatedly, does not currently exist.

Adding this required adding some new Jam rules to deal with this shared source
directory and headers. I had some fun figuring this out. Despite writing
articles about Jam in the Haiku newsletter a few years ago I still find Jam to
be a PITA at times.

But my solution seems to work pretty well. Basically you just call the rule
UseSharedSource and pass the name of the shared source file you want to use.
This rule sets up the header directories and the right Jam variables for the
source file. You then add the source file to the source list in the Application
rule like any other source file.

I also made the authors list sent to the about window constructor null
terminated instead of passing the size of the array, as suggested by Hugo.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21391 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-06-12 03:54:07 +00:00
..
app Fixed gcc 4(.1.2) build problems. 2007-03-04 05:00:40 +00:00
audio * added a bunch of drivers by Siarzhuk Zharski 2006-05-29 09:54:03 +00:00
debug Added support for looking up symbols of other team to libdebug. The 2005-07-16 21:12:32 +00:00
disk_scanner Changes due to the removal of the extended_partition_info::partition_code field. 2003-02-18 21:30:07 +00:00
drivers Kernel socket helper funcs, with BONE compatibility. Shared by at laest 2 fs addons, and soon other drivers, so move it in here. 2007-05-02 00:31:45 +00:00
fs_shell Added driver settings support to the FS shell. 2007-05-25 05:07:34 +00:00
graphics * The second open will now fail, too, in case the hardware could not be initialized 2007-06-04 16:04:05 +00:00
input input_server saves its settings on change, sending itself a 'Save' request message 2006-07-07 15:38:53 +00:00
interface Moved the BAboutWindow implementation to the shared source directory, which 2007-06-12 03:54:07 +00:00
kernel Implemented "fail_safe_video_mode" boot option; if you're using it, the app_server 2007-06-03 20:20:19 +00:00
libroot updated to tzcode2007a 2007-01-09 23:16:26 +00:00
mail Tried to get MDR to compile under Zeta RC3 but to no avail, with lots of 2006-01-01 23:59:24 +00:00
media cleanup 2007-06-02 23:16:54 +00:00
midi Made all server version and signatures consistent, and thus closing bug #909. 2006-10-22 17:56:02 +00:00
net fixed the way accept() works in regards to the cookie pointer. It is no longer visible to userspace, we pass the fd instead. Also renamed kernel's shutdown() to system_shutdown as it collides with Posix's shutdown(). 2007-05-23 19:56:40 +00:00
opengl/GL/internal updated mesa to 6.5.3 2007-06-08 23:00:44 +00:00
print Clean up. 2007-05-20 19:55:22 +00:00
runtime_loader Now supports symbolic links correctly, and no longer loads the same shared 2006-06-27 00:07:42 +00:00
screen_saver * ScreenCornerSelector is now a BControl and fully keyboard navigable. 2006-06-09 16:03:16 +00:00
shared * Moved the AutoLocker class out of the kernel/utils/AutoLock.h header 2007-03-27 12:05:33 +00:00
storage * Revamped BPathMonitor API as suggested by Ingo - we could rename it to BNodeMonitor 2007-05-08 00:30:59 +00:00
syslog_daemon Implemented syslog support for the kernel debug output. Not fancy at all yet, but 2006-01-24 20:28:52 +00:00
textencoding use const char for parameters, uint to avoid warnings, and strcasecmp for name comparisons 2004-11-11 07:35:47 +00:00
tracker Added private libtracker headers, shared with Deskbar. 2005-05-23 00:24:17 +00:00
usb_vision * added a bunch of drivers by Siarzhuk Zharski 2006-05-29 09:54:03 +00:00
userlandfs The last missing hooks -- get_vnode_name(), write_attr_stat() and 2007-04-03 04:40:54 +00:00