NetSurf
|
Go to the source code of this file.
Functions | |
nserror | nsws_create_drawable_class (HINSTANCE hinstance) |
Create the drawable window class. More... | |
HWND | nsws_window_create_drawable (HINSTANCE hinstance, HWND hparent, struct gui_window *gw) |
Create a drawable window. More... | |
nserror nsws_create_drawable_class | ( | HINSTANCE | hinstance | ) |
Create the drawable window class.
Definition at line 707 of file drawable.c.
References NSERROR_INIT_FAILED, NSERROR_OK, nsws_window_drawable_event_callback(), win_perror(), and windowclassname_drawable.
Referenced by WinMain().
HWND nsws_window_create_drawable | ( | HINSTANCE | hinstance, |
HWND | hparent, | ||
struct gui_window * | gw | ||
) |
Create a drawable window.
Definition at line 674 of file drawable.c.
References NSLOG, win_perror(), and windowclassname_drawable.
Referenced by win32_window_create().