gnome-shell/js/ui/Makefile.am
Colin Walters d024dbd779 Bug 582248 - Async loading of pixbufs and icon caching
Add a ShellTextureCache class which loads (and can cache)
pixmap->texture conversions.  This fixes a problem with the
async code in ClutterTexture that it was lower priority
than animations, and also ensures we're really only
loading these pixbufs once in the icon case.
2009-05-20 11:22:56 -04:00

22 lines
329 B
Makefile

jsuidir = $(pkgdatadir)/js/ui
dist_jsui_DATA = \
altTab.js \
appDisplay.js \
button.js \
chrome.js \
dnd.js \
docDisplay.js \
genericDisplay.js \
link.js \
main.js \
overlay.js \
panel.js \
runDialog.js \
sidebar.js \
tweener.js \
widget.js \
widgetBox.js \
windowManager.js \
workspaces.js