Adding some missing stuffs #1

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Changelog:
    Adding call to TabCtrl_SetPadding in TAB_WindowProc

 Stephan BEUZE

Index: dlls/comctl32/tab.c
===================================================================
RCS file: /home/wine/wine/dlls/comctl32/tab.c,v
retrieving revision 1.78
diff -u -u -r1.78 tab.c
--- dlls/comctl32/tab.c 17 Mar 2003 04:43:26 -0000 1.78
+++ dlls/comctl32/tab.c 23 Mar 2003 18:32:38 -0000
@@ -3075,7 +3075,7 @@
       return 0;
 
     case TCM_SETPADDING:
-      FIXME("Unimplemented msg TCM_SETPADDING\n");
+      TabCtrl_SetPadding (hwnd, wParam, lParam);
       return 0;
 
     case TCM_GETROWCOUNT:



[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux