Home
last modified time | relevance | path

Searched refs:backgroundSelection (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/cpl/desk/
H A Dbackground.c59 int backgroundSelection; member
748 pData->backgroundSelection = itemIndex; in ListViewItemChanged()
749 backgroundItem = &pData->backgroundItems[pData->backgroundSelection]; in ListViewItemChanged()
803 if (pData->backgroundItems[pData->backgroundSelection].bWallpaper == FALSE) in DrawBackgroundPreview()
1045 if (pData->backgroundItems[pData->backgroundSelection].bWallpaper != FALSE) in SetWallpaper()
1047 … GdipLoadImageFromFile(pData->backgroundItems[pData->backgroundSelection].szFilename, &image); in SetWallpaper()
1059 …ametersInfo(SPI_SETDESKWALLPAPER, 0, pData->backgroundItems[pData->backgroundSelection].szFilename… in SetWallpaper()
1080 …if (SUCCEEDED(StringCchLength(pData->backgroundItems[pData->backgroundSelection].szFilename, MAX_P… in SetWallpaper()
1086 (LPBYTE)pData->backgroundItems[pData->backgroundSelection].szFilename, in SetWallpaper()