mirror of
https://github.com/lxsang/ant-http
synced 2025-07-27 11:09:48 +02:00
new init
This commit is contained in:
BIN
build/htdocs/dist/themes/styles/glass/gui/progressbar.png
vendored
Normal file
BIN
build/htdocs/dist/themes/styles/glass/gui/progressbar.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 308 B |
27
build/htdocs/dist/themes/styles/glass/theme.js
vendored
Normal file
27
build/htdocs/dist/themes/styles/glass/theme.js
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
(function(API, Utils) {
|
||||
'use strict';
|
||||
|
||||
OSjs.Applications = OSjs.Applications || {};
|
||||
OSjs.Applications.CoreWM = OSjs.Applications.CoreWM || {};
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// API
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
OSjs.Applications.CoreWM.CurrentTheme = {
|
||||
init: function() {
|
||||
},
|
||||
|
||||
destroy: function() {
|
||||
},
|
||||
|
||||
event: function(ev) {
|
||||
}
|
||||
};
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// EXPORTS
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
})(OSjs.API, OSjs.Utils);
|
BIN
build/htdocs/dist/themes/styles/glass/wm/close.png
vendored
Normal file
BIN
build/htdocs/dist/themes/styles/glass/wm/close.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 410 B |
BIN
build/htdocs/dist/themes/styles/glass/wm/maximize.png
vendored
Normal file
BIN
build/htdocs/dist/themes/styles/glass/wm/maximize.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 366 B |
BIN
build/htdocs/dist/themes/styles/glass/wm/minimize.png
vendored
Normal file
BIN
build/htdocs/dist/themes/styles/glass/wm/minimize.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 199 B |
BIN
build/htdocs/dist/themes/styles/glass/wm/wm.png
vendored
Normal file
BIN
build/htdocs/dist/themes/styles/glass/wm/wm.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 390 B |
Reference in New Issue
Block a user