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();
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,
int32* pagesCreated = NULL,
bool* fullscreen = NULL);
+5 -3
View File
@@ -97,9 +97,11 @@ enum {
class BrowserWindow : public BWebWindow {
public:
BrowserWindow(BRect frame, SettingsMessage* appSettings, const BString& url,
BPrivate::Network::BUrlContext* context, uint32 interfaceElements = INTERFACE_ELEMENT_ALL,
BWebView* webView = NULL, uint32 workspaces = B_CURRENT_WORKSPACE);
BrowserWindow(BRect frame, SettingsMessage* appSettings,
const BString& url, BPrivate::Network::BUrlContext* context,
uint32 interfaceElements = INTERFACE_ELEMENT_ALL,
BWebView* webView = NULL,
uint32 workspaces = B_CURRENT_WORKSPACE);
virtual ~BrowserWindow();
virtual void DispatchMessage(BMessage* message,