comparison dwt/graphics/Font.d @ 37:642f460a0908

Fixed a lot of compile errors, a "hello world" app compiles now
author Jacob Carlborg <doob@me.com> <jacob.carlborg@gmail.com>
date Fri, 10 Oct 2008 12:29:48 +0200
parents db5a898b2119
children d8635bb48c7c
comparison
equal deleted inserted replaced
36:db5a898b2119 37:642f460a0908
149 super(device); 149 super(device);
150 init_(name, height, style, null); 150 init_(name, height, style, null);
151 init_(); 151 init_();
152 } 152 }
153 153
154 /*public*/ this(Device device, String name, float height, int style) { 154 /+/*public*/ this(Device device, String name, float height, int style) {
155 super(device); 155 super(device);
156 init_(name, height, style, null); 156 init_(name, height, style, null);
157 init_(); 157 init_();
158 } 158 }+/
159 159
160 void destroy() { 160 void destroy() {
161 handle.release(); 161 handle.release();
162 handle = null; 162 handle = null;
163 } 163 }