[haiku-development] Rename ControlLook constants, conflict

  • From: John Scipione <jscipione@xxxxxxxxx>
  • To: "haiku-development@xxxxxxxxxxxxx" <haiku-development@xxxxxxxxxxxxx>
  • Date: Wed, 25 Oct 2017 10:36:01 -0700

These constants defined in ControlLook.h should be renamed as they
conflict with constants with the same name already defined in
InterfaceDefs.h. Right now ControlLook.h being in BPrivate namespace
means the conflict has not yet become detrimental, yet as we're
decided to break the ABI over ControlLook can we also please update
these constants?

B_LEFT_ARROW = 0,
B_RIGHT_ARROW = 1,
B_UP_ARROW = 2,
B_DOWN_ARROW = 3,

Thank you,
John Scipione

Other related posts: