19#define __STDBOOL_H__ 1
28#include "curl/curlver.h"
35#include <private/interface/AboutWindow.h>
36#include <Application.h>
49 text <<
"Build ID : " << WT_REVID <<
"\n";
50 text <<
"Date : " << WT_COMPILEDATE <<
"\n";
51 text <<
"cURL : " << LIBCURL_VERSION <<
"\n";
53 BAboutWindow *alert =
new BAboutWindow(
"About NetSurf",
"application/x-vnd.NetSurf");
54 alert->AddExtraInfo(
text);
void nsbeos_about(struct gui_window *gui)
Creates the about alert.
Interface to platform-specific clipboard operations.
Interface to utility string handling.
first entry in window list
const char * user_agent_string(void)
Retrieve the core user agent for this release.
Version information interface.
static nserror text(const struct redraw_context *ctx, const struct plot_font_style *fstyle, int x, int y, const char *text, size_t length)
Text plotting.