This website requires JavaScript.
Explore
Register
Sign In
i2p
/
haiku-beta6
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
02ed46b0de9b1e4f67ef3fc89886a526fa4fa5ed
haiku-beta6
/
headers
T
History
Stephan Aßmus
f4cee9d5f5
fix the FBC problem, as Ingo pointed out, derived classes contain slots for all virtuals defined in the base class, therefor, it is ok to just define WindowActivated for BScrollBar. The only problem is that BScrollBar::WindowActivated() cannot be called from apps having overridden WindowActivated() in a BScrollBar subclass of their own.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14953 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-11-15 23:46:02 +00:00
..
build
Moved the declaration of roundf() to HaikuBuildCompatibility.h - it's missing from
2005-11-13 19:43:42 +00:00
cpp
commented out hypot prototype : it conflicts with glibc signature when building libstdc++ which uses glibc headers
2005-03-10 19:56:11 +00:00
glibc
Merged changes from branch build_system_redesign at revision 14573.
2005-10-29 16:27:43 +00:00
gnu
…
libs
update third party lib : zlib-1.2.3
2005-10-19 08:31:31 +00:00
os
fix the FBC problem, as Ingo pointed out, derived classes contain slots for all virtuals defined in the base class, therefor, it is ok to just define WindowActivated for BScrollBar. The only problem is that BScrollBar::WindowActivated() cannot be called from apps having overridden WindowActivated() in a BScrollBar subclass of their own.
2005-11-15 23:46:02 +00:00
posix
That work-around for R5 build targets should no longer be necessary.
2005-11-13 17:54:18 +00:00
private
* Introduced a new handshake between input_server and app_server, and some
2005-11-15 19:59:53 +00:00
tools
…