st

Kris's build of st
git clone git clone https://git.krisyotam.com/krisyotam/st.git
Log | Files | Refs | README | LICENSE

x_include.c (1128B)


      1 /* Patches */
      2 #if ALPHA_PATCH
      3 #include "alpha.c"
      4 #endif
      5 #if BACKGROUND_IMAGE_PATCH
      6 #include "background_image_x.c"
      7 #endif
      8 #if BOXDRAW_PATCH
      9 #include "boxdraw.c"
     10 #endif
     11 #if DRAG_AND_DROP_PATCH
     12 #include "drag-n-drop.c"
     13 #endif
     14 #if OPENCOPIED_PATCH
     15 #include "opencopied.c"
     16 #endif
     17 #if FIXKEYBOARDINPUT_PATCH
     18 #include "fixkeyboardinput.c"
     19 #endif
     20 #if FONT2_PATCH
     21 #include "font2.c"
     22 #endif
     23 #if FULLSCREEN_PATCH
     24 #include "fullscreen_x.c"
     25 #endif
     26 #if INVERT_PATCH
     27 #include "invert.c"
     28 #endif
     29 #if REFLOW_PATCH && KEYBOARDSELECT_PATCH
     30 #include "keyboardselect_reflow_x.c"
     31 #elif KEYBOARDSELECT_PATCH
     32 #include "keyboardselect_x.c"
     33 #endif
     34 #if NETWMICON_PATCH
     35 #include "netwmicon.c"
     36 #elif NETWMICON_FF_PATCH
     37 #include "netwmicon_ff.c"
     38 #elif NETWMICON_LEGACY_PATCH
     39 #include "netwmicon_legacy.c"
     40 #endif
     41 #if OPEN_SELECTED_TEXT_PATCH
     42 #include "openselectedtext.c"
     43 #endif
     44 #if OPENURLONCLICK_PATCH
     45 #include "openurlonclick.c"
     46 #endif
     47 #if RIGHTCLICKTOPLUMB_PATCH
     48 #include "rightclicktoplumb_x.c"
     49 #endif
     50 #if ST_EMBEDDER_PATCH
     51 #include "st_embedder_x.c"
     52 #endif
     53 #if XRESOURCES_PATCH
     54 #include "xresources.c"
     55 #endif
     56 #if OSC133_PATCH
     57 #include "osc133.c"
     58 #endif