More notes. Also fixed a typo (thanks Nicole from Jul).
This commit is contained in:
parent
93bf0d403e
commit
8b35d16144
|
@ -0,0 +1,25 @@
|
|||
https://twitter.com/omgubuntu/status/962765197109841922
|
||||
https://github.com/DominicMaas/SoundByte/blob/master/SoundByte.UWP/Resources/Brushes.xaml
|
||||
https://docs.microsoft.com/en-us/windows/uwp/design/style/acrylic
|
||||
https://www.google.com/search?q=uwp+acrylic+winapi&ie=utf-8&oe=utf-8&client=firefox-b-1
|
||||
https://stackoverflow.com/questions/43931709/acrylic-material-in-win32-app
|
||||
https://stackoverflow.com/questions/44000217/mimicking-acrylic-in-a-win32-app
|
||||
https://stackoverflow.com/questions/43699256/how-to-use-acrylic-accent-in-windows-10-creators-update
|
||||
https://stackoverflow.com/questions/39135834/how-to-call-uwp-api-from-converted-win32-app-desktop-app-converter
|
||||
https://stackoverflow.com/questions/32724187/how-do-you-set-the-glass-blend-colour-on-windows-10
|
||||
https://channel9.msdn.com/Events/Build/2017/B8034
|
||||
https://www.reddit.com/r/Windows10/comments/7lzyzc/since_the_taskbar_is_still_win32_and_it_can_have/
|
||||
https://thenextweb.com/microsoft/2017/05/15/microsoft-fluent-design-system-breaking-windows-10s-new-look/
|
||||
https://github.com/bbougot/AcrylicWPF
|
||||
http://vhanla.codigobit.info/2015/07/enable-windows-10-aero-glass-aka-blur.html
|
||||
http://undoc.airesoft.co.uk/user32.dll/SetWindowCompositionAttribute.php
|
||||
http://undoc.airesoft.co.uk/user32.dll/GetWindowCompositionAttribute.php
|
||||
https://msdn.microsoft.com/en-us/library/windows/desktop/aa969530(v=vs.85).aspx
|
||||
https://github.com/bbougot/AcrylicWPF/blob/master/MainWindow.xaml.cs
|
||||
https://www.google.com/search?q=%22WCA_ACCENT_POLICY%22&client=firefox-b-1&source=lnt&tbs=cdr%3A1%2Ccd_min%3A1%2F1%2F2001%2Ccd_max%3A12%2F31%2F2013&tbm=
|
||||
https://github.com/sgothel/jogl/blob/master/src/nativewindow/native/win32/WindowsDWM.c
|
||||
http://www.brandonfa.lk/win8/win8_devrel_head_x86/uxtheme.h
|
||||
http://www.brandonfa.lk/win8/
|
||||
https://github.com/gamozolabs/pdblister
|
||||
https://github.com/wbenny/pdbex
|
||||
https://github.com/wbenny/pdbex/releases
|
|
@ -33,7 +33,7 @@ static uiAttribute *newAttribute(uiAttributeType type)
|
|||
}
|
||||
|
||||
void uiFreeAttribute(uiAttribute *a)
|
||||
[
|
||||
{
|
||||
switch (a->type) {
|
||||
case uiAttributeTypeFamily:
|
||||
uiprivFree(a->u.family);
|
||||
|
|
Loading…
Reference in New Issue