mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 15:29:45 +03:00
0f2871e418
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
7 lines
155 B
C
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
|