netsurf/atari/ctxmenu.h
Ole Loots 0f2871e418 Added context menu,
Allow to set bitmap for iconified window. ( altough it's usesless right now because favicon support has been dropped) 

svn path=/trunk/netsurf/; revision=12821
2011-09-19 18:38:48 +00:00

7 lines
155 B
C

#ifndef CTXMENU_H_INCLUDED
#define CTXMENU_H_INCLUDED
void context_popup( struct gui_window * gw, short x, short y );
#endif // CTXMENU_H_INCLUDED