mirror of
https://github.com/lxsang/ant-http
synced 2025-07-27 11:09:48 +02:00
new init
This commit is contained in:
27
build/htdocs/dist/themes/styles/windows8/theme.js
vendored
Normal file
27
build/htdocs/dist/themes/styles/windows8/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/windows8/wm/close.png
vendored
Normal file
BIN
build/htdocs/dist/themes/styles/windows8/wm/close.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 196 B |
BIN
build/htdocs/dist/themes/styles/windows8/wm/maximize.png
vendored
Normal file
BIN
build/htdocs/dist/themes/styles/windows8/wm/maximize.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 302 B |
BIN
build/htdocs/dist/themes/styles/windows8/wm/minimize.png
vendored
Normal file
BIN
build/htdocs/dist/themes/styles/windows8/wm/minimize.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 177 B |
BIN
build/htdocs/dist/themes/styles/windows8/wm/wm.png
vendored
Normal file
BIN
build/htdocs/dist/themes/styles/windows8/wm/wm.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 390 B |
Reference in New Issue
Block a user