[haiku-commits] Re: r39615 - haiku/trunk/src/servers/app

  • From: "Axel Dörfler" <axeld@xxxxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 25 Nov 2010 20:47:51 +0100

Ingo Weinhold <ingo_weinhold@xxxxxx> wrote:
> Cursor artwork welcome. :-)

See headers/os/app/Cursor.h:
        B_CURSOR_ID_RESIZE_NORTH                                        = 15,
        B_CURSOR_ID_RESIZE_EAST                                         = 16,
        B_CURSOR_ID_RESIZE_SOUTH                                        = 17,
        B_CURSOR_ID_RESIZE_WEST                                         = 18,
        B_CURSOR_ID_RESIZE_NORTH_EAST                           = 19,
        B_CURSOR_ID_RESIZE_NORTH_WEST                           = 20,
        B_CURSOR_ID_RESIZE_SOUTH_EAST                           = 21,
        B_CURSOR_ID_RESIZE_SOUTH_WEST                           = 22,
        B_CURSOR_ID_RESIZE_NORTH_SOUTH                          = 23,
        B_CURSOR_ID_RESIZE_EAST_WEST                            = 24,
        B_CURSOR_ID_RESIZE_NORTH_EAST_SOUTH_WEST        = 25,
        B_CURSOR_ID_RESIZE_NORTH_WEST_SOUTH_EAST        = 26,

It's all there :-)

Bye,
   Axel.


Other related posts: