X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=Usermode%2FApplications%2Faxwin0_src%2Fbitmaps.h;fp=Usermode%2FApplications%2Faxwin0_src%2Fbitmaps.h;h=6ed63557e9b637b2bab3aa65743eea192e8f0d39;hb=9210a1bcf6195636ef40dfda71a299c97b8dd246;hp=0000000000000000000000000000000000000000;hpb=37eb4d555b07704870b7dc87591d72b5b2539dec;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin0_src/bitmaps.h b/Usermode/Applications/axwin0_src/bitmaps.h new file mode 100644 index 00000000..6ed63557 --- /dev/null +++ b/Usermode/Applications/axwin0_src/bitmaps.h @@ -0,0 +1,34 @@ +/* +AcessOS Window Manager +Bitmaps +HEADER +*/ + +Uint32 bmpCursor[] = { //16x32 + 0xF0000000,0x00000000, + 0xFF000000,0x00000000, + 0xF1F00000,0x00000000, + 0xF11F0000,0x00000000, + 0xF111F000,0x00000000, + 0xF1111F00,0x00000000, + 0xF11111F0,0x00000000, + 0xF111111F,0x00000000, + 0xF1111111,0xF0000000, + 0xF1111111,0x1F000000, + 0xF1111111,0x11F00000, + 0xF111111F,0xFFFF0000, + 0xF111F11F,0x00000000, + 0xF11FF11F,0x00000000, + 0xF1F00F11,0xF0000000, + 0xFF000F11,0xF0000000, + 0xF00000F1,0x1F000000, + 0x000000F1,0x1F000000, + 0x0000000F,0x11F00000, + 0x0000000F,0x11F00000, + 0x00000000,0xFF000000, + 0x00000000,0x00000000, + 0x00000000,0x00000000, + 0x00000000,0x00000000, + 0x00000000,0x00000000, + 0x00000000,0x00000000, +};