comparison dwt/browser/MozillaDelegate.d @ 36:db5a898b2119

Fixed a lot of compile errors
author Jacob Carlborg <doob@me.com> <jacob.carlborg@gmail.com>
date Tue, 07 Oct 2008 12:56:18 +0200
parents 5b53d338c709
children d8635bb48c7c
comparison
equal deleted inserted replaced
35:7d135fe0caf2 36:db5a898b2119
121 121
122 bool hookEnterExit () { 122 bool hookEnterExit () {
123 return true; 123 return true;
124 } 124 }
125 125
126 void init () { 126 void init_ () {
127 } 127 }
128 128
129 bool needsSpinup () { 129 bool needsSpinup () {
130 return false; 130 return false;
131 } 131 }