WebPositive: style fixes after previous commit.

This commit is contained in:
Adrien Destugues
2025-04-09 13:21:54 +02:00
parent e3a893afd8
commit 58a2e36857
2 changed files with 8 additions and 5 deletions
+3 -2
View File
@@ -57,8 +57,9 @@ public:
virtual bool QuitRequested(); virtual bool QuitRequested();
private: private:
/*! @param[in,out] _pagesCreated if set, the pointed integer will be incremented by the number of created pages /*! @param[in,out] _pagesCreated if set, the pointed integer will be incremented by
*/ * the number of created pages.
*/
void _RefsReceived(BMessage* message, void _RefsReceived(BMessage* message,
int32* pagesCreated = NULL, int32* pagesCreated = NULL,
bool* fullscreen = NULL); bool* fullscreen = NULL);
+5 -3
View File
@@ -97,9 +97,11 @@ enum {
class BrowserWindow : public BWebWindow { class BrowserWindow : public BWebWindow {
public: public:
BrowserWindow(BRect frame, SettingsMessage* appSettings, const BString& url, BrowserWindow(BRect frame, SettingsMessage* appSettings,
BPrivate::Network::BUrlContext* context, uint32 interfaceElements = INTERFACE_ELEMENT_ALL, const BString& url, BPrivate::Network::BUrlContext* context,
BWebView* webView = NULL, uint32 workspaces = B_CURRENT_WORKSPACE); uint32 interfaceElements = INTERFACE_ELEMENT_ALL,
BWebView* webView = NULL,
uint32 workspaces = B_CURRENT_WORKSPACE);
virtual ~BrowserWindow(); virtual ~BrowserWindow();
virtual void DispatchMessage(BMessage* message, virtual void DispatchMessage(BMessage* message,