Changeset 22082 for branches/swt/src


Ignore:
Timestamp:
Sep 19, 2014, 9:04:29 PM (11 years ago)
Author:
rousseau
Message:

Added headers for 'GDI+'

headers:
o gdiplus.h
o gdipluscolor.h
o gdipluscolormatrix.h
o gdiplusenums.h
o gdiplusflat.h
o gdiplusgpstubs.h
o gdiplusimaging.h
o gdiplusinit.h
o gdiplusmem.h
o gdiplusmetaheader.h
o gdipluspixelformats.h
o gdiplustypes.h

info-links:
o http://en.wikipedia.org/wiki/Graphics_Device_Interface
o http://msdn.microsoft.com/en-us/library/windows/desktop/ms533798%28v=vs.85%29.aspx
o http://msdn.microsoft.com/en-us/library/windows/desktop/ms534077%28v=vs.85%29.aspx
o http://msdn.microsoft.com/en-us/library/ms533798%28v=vs.85%29.aspx
o http://msdn.microsoft.com/en-us/library/ms534077%28v=vs.85%29.aspx
o http://wiki.winehq.org/GdiPlus

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/swt/src/user32/win32wbasenonclient.cpp

    r21991 r22082  
    14131413                *(VOID **)&ShellAboutA = (VOID *)GetProcAddress(hShell32, "ShellAboutA");
    14141414            }
    1415             ShellAboutA(Win32Hwnd,"Odin","Odin Beta",0);
     1415            ShellAboutA(Win32Hwnd,"Odin","Odin Beta -- [swt branch] -- **experimental**",0);
    14161416        }
    14171417#ifdef DEBUG
Note: See TracChangeset for help on using the changeset viewer.