]> Pileus Git - ~andy/gtk/commitdiff
win32: add TODO mentioning GtkButton::child-displacement-x & y should be 0 when XP...
authorDieter Verfaillie <dieterv@optionexplicit.be>
Thu, 20 Oct 2011 12:03:31 +0000 (14:03 +0200)
committerAlexander Larsson <alexl@redhat.com>
Thu, 10 Nov 2011 16:40:56 +0000 (17:40 +0100)
modules/engines/ms-windows/msw_style.c

index 97fb2f3826e958697e1c99a6c5a69de3431574cc..c9333c76f51ad02dd2e21f9410e73857ec82218a 100755 (executable)
@@ -664,8 +664,9 @@ setup_msw_rc_style (void)
              btn_face.red, btn_face.green, btn_face.blue);
   gtk_rc_parse_string (buf);
 
-  /* enable coloring for text on buttons TODO: use GetThemeMetric for the
-     border and outside border */
+  /* enable coloring for text on buttons
+   * TODO: use GetThemeMetric for the border and outside border
+   * TODO: child-displacement-x & y should be 0 when XP theme is active */
   g_snprintf (buf, sizeof (buf),
              "style \"msw-button\" = \"msw-default\"\n"
              "{\n"