NetSurf
Macros | Functions
windbg.h File Reference
#include "utils/log.h"
Include dependency graph for windbg.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LOG_WIN_MSG(h, m, w, l)
 log windows message More...
 

Functions

const char * msg_num_to_name (int msg)
 
void win_perror (const char *lpszFunction)
 

Macro Definition Documentation

◆ LOG_WIN_MSG

#define LOG_WIN_MSG (   h,
  m,
  w,
 
)
Value:
if (((m) != WM_SETCURSOR) && \
((m) != WM_MOUSEMOVE) && \
((m) != WM_NCHITTEST) && \
((m) != WM_ENTERIDLE)) \
NSLOG(netsurf, DEBUG, \
"%s, hwnd %p, w 0x%x, l 0x%Ix", \
msg_num_to_name(m), h, w, l)
const char * msg_num_to_name(int msg)
Definition: windbg.c:24

log windows message

log a windows message with symbols converted to human redable

Definition at line 32 of file windbg.h.

Function Documentation

◆ msg_num_to_name()

const char * msg_num_to_name ( int  msg)

Definition at line 24 of file windbg.c.

◆ win_perror()

void win_perror ( const char *  lpszFunction)

Definition at line 633 of file windbg.c.

Referenced by get_imagelist(), nsw32_create_corewindow_class(), nsws_create_drawable_class(), nsws_create_main_class(), nsws_prefs_dialog_init(), and nsws_window_create_drawable().

Here is the caller graph for this function: