mirror of
https://review.haiku-os.org/haiku
synced 2025-01-31 18:56:49 +01:00
Reverting r37289 because it breaks the build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37293 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
2ec871140d
commit
e4eb2e7e45
@ -35,17 +35,9 @@ class GLRendererRoster;
|
||||
|
||||
class BGLView : public BView {
|
||||
public:
|
||||
// Altough the BeBook has the name parameter as a const char*, the R5 header
|
||||
// doesn't have the const keyword
|
||||
#ifdef _BEOS_R5_COMPATIBLE_
|
||||
BGLView(BRect rect, char* name,
|
||||
ulong resizingMode, ulong mode,
|
||||
ulong options);
|
||||
#else
|
||||
BGLView(BRect rect, const char* name,
|
||||
ulong resizingMode, ulong mode,
|
||||
ulong options);
|
||||
#endif
|
||||
virtual ~BGLView();
|
||||
|
||||
void LockGL();
|
||||
|
@ -55,15 +55,8 @@ struct glview_direct_info {
|
||||
};
|
||||
|
||||
|
||||
// Altough the BeBook has the name parameter as a const char*, the R5 header
|
||||
// doesn't have the const keyword
|
||||
#ifdef _BEOS_R5_COMPATIBLE_
|
||||
BGLView::BGLView(BRect rect, char* name, ulong resizingMode, ulong mode,
|
||||
ulong options)
|
||||
#else
|
||||
BGLView::BGLView(BRect rect, const char* name, ulong resizingMode, ulong mode,
|
||||
ulong options)
|
||||
#endif
|
||||
:
|
||||
BView(rect, name, B_FOLLOW_ALL_SIDES, mode | B_WILL_DRAW | B_FRAME_EVENTS),
|
||||
// | B_FULL_UPDATE_ON_RESIZE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user