move datmanager to thingstype

This commit is contained in:
Eduardo Bart
2011-08-31 12:03:33 -03:00
parent 427dd91d79
commit e69a6d1140
19 changed files with 425 additions and 343 deletions

View File

@@ -528,7 +528,7 @@ bool Platform::createWindow(int x, int y, int width, int height, int minWidth, i
x11.visual->visual,
AllocNone);
// setup window attributes
// setup window type
XSetWindowAttributes wa;
wa.colormap = x11.colormap;
wa.border_pixel = 0;