Adding st embedder patch
This commit is contained in:
parent
e76c4c0637
commit
352170eec8
7 changed files with 116 additions and 1 deletions
7
patch/st_embedder_x.h
Normal file
7
patch/st_embedder_x.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#define XEMBED_EMBEDDED_NOTIFY 0
|
||||
#define XEMBED_WINDOW_ACTIVATE 1
|
||||
#define XEMBED_FOCUS_CURRENT 0
|
||||
|
||||
static void createnotify(XEvent *e);
|
||||
static void destroynotify(XEvent *e);
|
||||
static void sendxembed(long msg, long detail, long d1, long d2);
|
||||
Loading…
Add table
Add a link
Reference in a new issue