d024dbd779
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.
22 lines
329 B
Makefile
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
|