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