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