st-flexipatch

My st-flexipatch configuration
git clone git://git.ethandl.dev/st-flexipatch
Log | Files | Refs | README | LICENSE

st_embedder_x.h (239B)


      1 #define XEMBED_EMBEDDED_NOTIFY 0
      2 #define XEMBED_WINDOW_ACTIVATE 1
      3 #define XEMBED_FOCUS_CURRENT   0
      4 
      5 static void createnotify(XEvent *e);
      6 static void destroynotify(XEvent *e);
      7 static void sendxembed(long msg, long detail, long d1, long d2);