1*c86fd671SAndrew Rist /************************************************************** 2cdf0e10cSrcweir * 3*c86fd671SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*c86fd671SAndrew Rist * or more contributor license agreements. See the NOTICE file 5*c86fd671SAndrew Rist * distributed with this work for additional information 6*c86fd671SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*c86fd671SAndrew Rist * to you under the Apache License, Version 2.0 (the 8*c86fd671SAndrew Rist * "License"); you may not use this file except in compliance 9*c86fd671SAndrew Rist * with the License. You may obtain a copy of the License at 10*c86fd671SAndrew Rist * 11*c86fd671SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*c86fd671SAndrew Rist * 13*c86fd671SAndrew Rist * Unless required by applicable law or agreed to in writing, 14*c86fd671SAndrew Rist * software distributed under the License is distributed on an 15*c86fd671SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*c86fd671SAndrew Rist * KIND, either express or implied. See the License for the 17*c86fd671SAndrew Rist * specific language governing permissions and limitations 18*c86fd671SAndrew Rist * under the License. 19*c86fd671SAndrew Rist * 20*c86fd671SAndrew Rist *************************************************************/ 21*c86fd671SAndrew Rist 22*c86fd671SAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir #include "unx/x11_cursors/nodrop_curs.h" 25cdf0e10cSrcweir #include "unx/x11_cursors/nodrop_mask.h" 26cdf0e10cSrcweir #include "unx/x11_cursors/magnify_curs.h" 27cdf0e10cSrcweir #include "unx/x11_cursors/magnify_mask.h" 28cdf0e10cSrcweir #include "unx/x11_cursors/rotate_curs.h" 29cdf0e10cSrcweir #include "unx/x11_cursors/rotate_mask.h" 30cdf0e10cSrcweir #include "unx/x11_cursors/hshear_curs.h" 31cdf0e10cSrcweir #include "unx/x11_cursors/hshear_mask.h" 32cdf0e10cSrcweir #include "unx/x11_cursors/vshear_curs.h" 33cdf0e10cSrcweir #include "unx/x11_cursors/vshear_mask.h" 34cdf0e10cSrcweir #include "unx/x11_cursors/drawline_curs.h" 35cdf0e10cSrcweir #include "unx/x11_cursors/drawline_mask.h" 36cdf0e10cSrcweir #include "unx/x11_cursors/drawrect_curs.h" 37cdf0e10cSrcweir #include "unx/x11_cursors/drawrect_mask.h" 38cdf0e10cSrcweir #include "unx/x11_cursors/drawpolygon_curs.h" 39cdf0e10cSrcweir #include "unx/x11_cursors/drawpolygon_mask.h" 40cdf0e10cSrcweir #include "unx/x11_cursors/drawbezier_curs.h" 41cdf0e10cSrcweir #include "unx/x11_cursors/drawbezier_mask.h" 42cdf0e10cSrcweir #include "unx/x11_cursors/drawarc_curs.h" 43cdf0e10cSrcweir #include "unx/x11_cursors/drawarc_mask.h" 44cdf0e10cSrcweir #include "unx/x11_cursors/drawpie_curs.h" 45cdf0e10cSrcweir #include "unx/x11_cursors/drawpie_mask.h" 46cdf0e10cSrcweir #include "unx/x11_cursors/drawcirclecut_curs.h" 47cdf0e10cSrcweir #include "unx/x11_cursors/drawcirclecut_mask.h" 48cdf0e10cSrcweir #include "unx/x11_cursors/drawellipse_curs.h" 49cdf0e10cSrcweir #include "unx/x11_cursors/drawellipse_mask.h" 50cdf0e10cSrcweir #include "unx/x11_cursors/drawconnect_curs.h" 51cdf0e10cSrcweir #include "unx/x11_cursors/drawconnect_mask.h" 52cdf0e10cSrcweir #include "unx/x11_cursors/drawtext_curs.h" 53cdf0e10cSrcweir #include "unx/x11_cursors/drawtext_mask.h" 54cdf0e10cSrcweir #include "unx/x11_cursors/mirror_curs.h" 55cdf0e10cSrcweir #include "unx/x11_cursors/mirror_mask.h" 56cdf0e10cSrcweir #include "unx/x11_cursors/crook_curs.h" 57cdf0e10cSrcweir #include "unx/x11_cursors/crook_mask.h" 58cdf0e10cSrcweir #include "unx/x11_cursors/crop_curs.h" 59cdf0e10cSrcweir #include "unx/x11_cursors/crop_mask.h" 60cdf0e10cSrcweir #include "unx/x11_cursors/movepoint_curs.h" 61cdf0e10cSrcweir #include "unx/x11_cursors/movepoint_mask.h" 62cdf0e10cSrcweir #include "unx/x11_cursors/movebezierweight_curs.h" 63cdf0e10cSrcweir #include "unx/x11_cursors/movebezierweight_mask.h" 64cdf0e10cSrcweir #include "unx/x11_cursors/drawfreehand_curs.h" 65cdf0e10cSrcweir #include "unx/x11_cursors/drawfreehand_mask.h" 66cdf0e10cSrcweir #include "unx/x11_cursors/drawcaption_curs.h" 67cdf0e10cSrcweir #include "unx/x11_cursors/drawcaption_mask.h" 68cdf0e10cSrcweir #include "unx/x11_cursors/movedata_curs.h" 69cdf0e10cSrcweir #include "unx/x11_cursors/movedata_mask.h" 70cdf0e10cSrcweir #include "unx/x11_cursors/copydata_curs.h" 71cdf0e10cSrcweir #include "unx/x11_cursors/copydata_mask.h" 72cdf0e10cSrcweir #include "unx/x11_cursors/linkdata_curs.h" 73cdf0e10cSrcweir #include "unx/x11_cursors/linkdata_mask.h" 74cdf0e10cSrcweir #include "unx/x11_cursors/movedlnk_curs.h" 75cdf0e10cSrcweir #include "unx/x11_cursors/movedlnk_mask.h" 76cdf0e10cSrcweir #include "unx/x11_cursors/copydlnk_curs.h" 77cdf0e10cSrcweir #include "unx/x11_cursors/copydlnk_mask.h" 78cdf0e10cSrcweir #include "unx/x11_cursors/movefile_curs.h" 79cdf0e10cSrcweir #include "unx/x11_cursors/movefile_mask.h" 80cdf0e10cSrcweir #include "unx/x11_cursors/copyfile_curs.h" 81cdf0e10cSrcweir #include "unx/x11_cursors/copyfile_mask.h" 82cdf0e10cSrcweir #include "unx/x11_cursors/linkfile_curs.h" 83cdf0e10cSrcweir #include "unx/x11_cursors/linkfile_mask.h" 84cdf0e10cSrcweir #include "unx/x11_cursors/moveflnk_curs.h" 85cdf0e10cSrcweir #include "unx/x11_cursors/moveflnk_mask.h" 86cdf0e10cSrcweir #include "unx/x11_cursors/copyflnk_curs.h" 87cdf0e10cSrcweir #include "unx/x11_cursors/copyflnk_mask.h" 88cdf0e10cSrcweir #include "unx/x11_cursors/movefiles_curs.h" 89cdf0e10cSrcweir #include "unx/x11_cursors/movefiles_mask.h" 90cdf0e10cSrcweir #include "unx/x11_cursors/copyfiles_curs.h" 91cdf0e10cSrcweir #include "unx/x11_cursors/copyfiles_mask.h" 92cdf0e10cSrcweir 93cdf0e10cSrcweir #include "unx/x11_cursors/chart_curs.h" 94cdf0e10cSrcweir #include "unx/x11_cursors/chart_mask.h" 95cdf0e10cSrcweir #include "unx/x11_cursors/detective_curs.h" 96cdf0e10cSrcweir #include "unx/x11_cursors/detective_mask.h" 97cdf0e10cSrcweir #include "unx/x11_cursors/pivotcol_curs.h" 98cdf0e10cSrcweir #include "unx/x11_cursors/pivotcol_mask.h" 99cdf0e10cSrcweir #include "unx/x11_cursors/pivotfld_curs.h" 100cdf0e10cSrcweir #include "unx/x11_cursors/pivotfld_mask.h" 101cdf0e10cSrcweir #include "unx/x11_cursors/pivotrow_curs.h" 102cdf0e10cSrcweir #include "unx/x11_cursors/pivotrow_mask.h" 103cdf0e10cSrcweir #include "unx/x11_cursors/pivotdel_curs.h" 104cdf0e10cSrcweir #include "unx/x11_cursors/pivotdel_mask.h" 105cdf0e10cSrcweir 106cdf0e10cSrcweir #include "unx/x11_cursors/chain_curs.h" 107cdf0e10cSrcweir #include "unx/x11_cursors/chain_mask.h" 108cdf0e10cSrcweir #include "unx/x11_cursors/chainnot_curs.h" 109cdf0e10cSrcweir #include "unx/x11_cursors/chainnot_mask.h" 110cdf0e10cSrcweir 111cdf0e10cSrcweir #include "unx/x11_cursors/timemove_curs.h" 112cdf0e10cSrcweir #include "unx/x11_cursors/timemove_mask.h" 113cdf0e10cSrcweir #include "unx/x11_cursors/timesize_curs.h" 114cdf0e10cSrcweir #include "unx/x11_cursors/timesize_mask.h" 115cdf0e10cSrcweir 116cdf0e10cSrcweir #include "unx/x11_cursors/ase_curs.h" 117cdf0e10cSrcweir #include "unx/x11_cursors/ase_mask.h" 118cdf0e10cSrcweir #include "unx/x11_cursors/asn_curs.h" 119cdf0e10cSrcweir #include "unx/x11_cursors/asn_mask.h" 120cdf0e10cSrcweir #include "unx/x11_cursors/asne_curs.h" 121cdf0e10cSrcweir #include "unx/x11_cursors/asne_mask.h" 122cdf0e10cSrcweir #include "unx/x11_cursors/asns_curs.h" 123cdf0e10cSrcweir #include "unx/x11_cursors/asns_mask.h" 124cdf0e10cSrcweir #include "unx/x11_cursors/asnswe_curs.h" 125cdf0e10cSrcweir #include "unx/x11_cursors/asnswe_mask.h" 126cdf0e10cSrcweir #include "unx/x11_cursors/asnw_curs.h" 127cdf0e10cSrcweir #include "unx/x11_cursors/asnw_mask.h" 128cdf0e10cSrcweir #include "unx/x11_cursors/ass_curs.h" 129cdf0e10cSrcweir #include "unx/x11_cursors/ass_mask.h" 130cdf0e10cSrcweir #include "unx/x11_cursors/asse_curs.h" 131cdf0e10cSrcweir #include "unx/x11_cursors/asse_mask.h" 132cdf0e10cSrcweir #include "unx/x11_cursors/assw_curs.h" 133cdf0e10cSrcweir #include "unx/x11_cursors/assw_mask.h" 134cdf0e10cSrcweir #include "unx/x11_cursors/asw_curs.h" 135cdf0e10cSrcweir #include "unx/x11_cursors/asw_mask.h" 136cdf0e10cSrcweir #include "unx/x11_cursors/aswe_curs.h" 137cdf0e10cSrcweir #include "unx/x11_cursors/aswe_mask.h" 138cdf0e10cSrcweir #include "unx/x11_cursors/null_curs.h" 139cdf0e10cSrcweir #include "unx/x11_cursors/null_mask.h" 140cdf0e10cSrcweir 141cdf0e10cSrcweir #include "unx/x11_cursors/airbrush_curs.h" 142cdf0e10cSrcweir #include "unx/x11_cursors/airbrush_mask.h" 143cdf0e10cSrcweir #include "unx/x11_cursors/fill_curs.h" 144cdf0e10cSrcweir #include "unx/x11_cursors/fill_mask.h" 145cdf0e10cSrcweir #include "unx/x11_cursors/vertcurs_curs.h" 146cdf0e10cSrcweir #include "unx/x11_cursors/vertcurs_mask.h" 147cdf0e10cSrcweir #include "unx/x11_cursors/tblsele_curs.h" 148cdf0e10cSrcweir #include "unx/x11_cursors/tblsele_mask.h" 149cdf0e10cSrcweir #include "unx/x11_cursors/tblsels_curs.h" 150cdf0e10cSrcweir #include "unx/x11_cursors/tblsels_mask.h" 151cdf0e10cSrcweir #include "unx/x11_cursors/tblselse_curs.h" 152cdf0e10cSrcweir #include "unx/x11_cursors/tblselse_mask.h" 153cdf0e10cSrcweir #include "unx/x11_cursors/tblselw_curs.h" 154cdf0e10cSrcweir #include "unx/x11_cursors/tblselw_mask.h" 155cdf0e10cSrcweir #include "unx/x11_cursors/tblselsw_curs.h" 156cdf0e10cSrcweir #include "unx/x11_cursors/tblselsw_mask.h" 157cdf0e10cSrcweir #include "unx/x11_cursors/paintbrush_curs.h" 158cdf0e10cSrcweir #include "unx/x11_cursors/paintbrush_mask.h" 159