[haiku-commits] r36081 - haiku/trunk/headers/os/interface

  • From: superstippi@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 8 Apr 2010 12:03:43 +0200 (CEST)

Author: stippi
Date: 2010-04-08 12:03:43 +0200 (Thu, 08 Apr 2010)
New Revision: 36081
Changeset: http://dev.haiku-os.org/changeset/36081/haiku

Modified:
   haiku/trunk/headers/os/interface/ControlLook.h
Log:
Added TODO about possibly better way to name some constants.


Modified: haiku/trunk/headers/os/interface/ControlLook.h
===================================================================
--- haiku/trunk/headers/os/interface/ControlLook.h      2010-04-08 01:35:58 UTC 
(rev 36080)
+++ haiku/trunk/headers/os/interface/ControlLook.h      2010-04-08 10:03:43 UTC 
(rev 36081)
@@ -28,6 +28,10 @@
                                                                BControlLook();
        virtual                                         ~BControlLook();
 
+       // TODO: Probably more convenient to pull these enums into global
+       // namespace and rename them to e.g. "B_CONTROL_LOOK_FOCUSED" instead of
+       // "BControlLook::B_FOCUSED".
+
        enum frame_type {
                B_BUTTON_FRAME,
                B_MENU_FRAME,


Other related posts:

  • » [haiku-commits] r36081 - haiku/trunk/headers/os/interface - superstippi