comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/opengl/GLData.d @ 51:c01d033c633a

[swt lin]
author Frank Benoit <benoit@tionex.de>
date Fri, 27 Mar 2009 19:58:06 +0100
parents ddbfe84d86df
children 536e43f63c81
comparison
equal deleted inserted replaced
50:d5075f5226e5 51:c01d033c633a
14 module org.eclipse.swt.opengl.GLData; 14 module org.eclipse.swt.opengl.GLData;
15 15
16 import java.lang.all; 16 import java.lang.all;
17 17
18 version(Tango){ 18 version(Tango){
19 import tango.text.Util; 19 import tango.text.Util;
20 import tango.util.Convert; 20 import tango.util.Convert;
21 } else { // Phobos 21 } else { // Phobos
22 import std.conv;
22 } 23 }
23 24
24 /** 25 /**
25 * The GLData class is a device-independent description 26 * The GLData class is a device-independent description
26 * of the pixel format attributes of a GL drawable. 27 * of the pixel format attributes of a GL drawable.