diff options
| author | TheUltimateHacker <[email protected]> | 2015-05-21 20:33:08 -0400 |
|---|---|---|
| committer | TheUltimateHacker <[email protected]> | 2015-05-21 20:33:08 -0400 |
| commit | ed36135241a8d6d8ab4005a55f89ab8765f1a969 (patch) | |
| tree | a16e0f408cb0c330b530a7ab7454ddab4f53ba16 /shiftos_next/basicwm_renderer.vb | |
| parent | 1fcbee8dab0524cb2b1aecd5bb2521acdfe6b541 (diff) | |
| download | shiftos-next-ed36135241a8d6d8ab4005a55f89ab8765f1a969.tar.gz shiftos-next-ed36135241a8d6d8ab4005a55f89ab8765f1a969.tar.bz2 shiftos-next-ed36135241a8d6d8ab4005a55f89ab8765f1a969.zip | |
Commit for latest Alpha (0.0.1 Alpha 1)
See the post on shiftos.net for more info.
Diffstat (limited to 'shiftos_next/basicwm_renderer.vb')
| -rw-r--r-- | shiftos_next/basicwm_renderer.vb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shiftos_next/basicwm_renderer.vb b/shiftos_next/basicwm_renderer.vb new file mode 100644 index 0000000..97e25a1 --- /dev/null +++ b/shiftos_next/basicwm_renderer.vb @@ -0,0 +1,6 @@ +Public Class basicwm_renderer + Inherits ToolStripProfessionalRenderer + Public Sub New() + MyBase.New(New BasicWM.ColorTable()) + End Sub +End Class |
