x_include.h (1042B)
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 DRAG_AND_DROP_PATCH 12 #include "drag-n-drop.h" 13 #endif 14 #if OPENCOPIED_PATCH 15 #include "opencopied.h" 16 #endif 17 #if FONT2_PATCH 18 #include "font2.h" 19 #endif 20 #if FULLSCREEN_PATCH 21 #include "fullscreen_x.h" 22 #endif 23 #if INVERT_PATCH 24 #include "invert.h" 25 #endif 26 #if REFLOW_PATCH && KEYBOARDSELECT_PATCH 27 #include "keyboardselect_reflow_st.h" 28 #include "keyboardselect_reflow_x.h" 29 #elif KEYBOARDSELECT_PATCH 30 #include "keyboardselect_x.h" 31 #endif 32 #if NETWMICON_LEGACY_PATCH 33 #include "netwmicon_icon.h" 34 #endif 35 #if NETWMICON_PATCH || NETWMICON_FF_PATCH || NETWMICON_LEGACY_PATCH 36 #include "netwmicon.h" 37 #endif 38 #if OPEN_SELECTED_TEXT_PATCH 39 #include "openselectedtext.h" 40 #endif 41 #if RIGHTCLICKTOPLUMB_PATCH 42 #include "rightclicktoplumb_x.h" 43 #endif 44 #if ST_EMBEDDER_PATCH 45 #include "st_embedder_x.h" 46 #endif 47 #if XRESOURCES_PATCH 48 #include "xresources.h" 49 #endif 50 #if OSC133_PATCH 51 #include "osc133.h" 52 #endif