[calder-devel] linux gtk fix (0.2.9)
Status: Alpha
Brought to you by:
eed3si9n
|
From: e.e <eed...@us...> - 2003-05-01 06:37:49
|
sup all: various fix for linux build. the main development is on WIN32, so sometimes i have to test it on linux and make sure everything work fine. as for bitmap is concerned, it's completely platform dependent issue. i am avoiding file loading the image due to many reasons. i moved bitmap to windows resource, and converted them to xpm for unix, which seems standard approach for wx. masking and color replacing doesn't work well. color replacing works on win, but not on linux (gtk). making and changing the background color works on linux but not on win. another problem was the timing issue. unlike windows, gtk doesn't seem to allow any OpenGL or image related commands until the window is actually displayed. that was causing all the bugs on linux. keyboard shortcut using accelerator is still shaky on linux. __________________________________________________________________ // kiss the future; fuck the past // only the code never lies. // e.e <eed3si9n at users.sourceforge.net> IM: j3259 |