st-flexipatch

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

x_include.h (920B)


      1 /* Patches */
      2 #if ALPHA_PATCH
      3 #include "alpha.h"
      4 #endif
      5 #if BACKGROUND_IMAGE_PATCH
      6 #include "background_image_x.h"
      7 #endif
      8 #if BOXDRAW_PATCH
      9 #include "boxdraw.h"
     10 #endif
     11 #if OPENCOPIED_PATCH
     12 #include "opencopied.h"
     13 #endif
     14 #if FONT2_PATCH
     15 #include "font2.h"
     16 #endif
     17 #if FULLSCREEN_PATCH
     18 #include "fullscreen_x.h"
     19 #endif
     20 #if INVERT_PATCH
     21 #include "invert.h"
     22 #endif
     23 #if REFLOW_PATCH && KEYBOARDSELECT_PATCH
     24 #include "keyboardselect_reflow_st.h"
     25 #include "keyboardselect_reflow_x.h"
     26 #elif KEYBOARDSELECT_PATCH
     27 #include "keyboardselect_x.h"
     28 #endif
     29 #if NETWMICON_LEGACY_PATCH
     30 #include "netwmicon_icon.h"
     31 #endif
     32 #if NETWMICON_PATCH || NETWMICON_FF_PATCH || NETWMICON_LEGACY_PATCH
     33 #include "netwmicon.h"
     34 #endif
     35 #if RIGHTCLICKTOPLUMB_PATCH
     36 #include "rightclicktoplumb_x.h"
     37 #endif
     38 #if ST_EMBEDDER_PATCH
     39 #include "st_embedder_x.h"
     40 #endif
     41 #if XRESOURCES_PATCH
     42 #include "xresources.h"
     43 #endif
     44 #if OSC133_PATCH
     45 #include "osc133.h"
     46 #endif