mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-12 12:34:38 +03:00
![Ole Loots](/assets/img/avatar_default.png)
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
|