~kris/suckless

st

ref: 169e41e68736aa884f3b1894ffc5735f70e0edcd st/patch/st_embedder_x.h -rw-r--r-- 239 bytes
169e41e6 — Kris Yotam Migrate to st-flexipatch with sixel support 7 months ago
                                                                                
1
2
3
4
5
6
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);