1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-24 07:02:30 +01:00

bug fixes, performance enhancement for image rendering

This commit is contained in:
kojima
1999-04-29 23:05:16 +00:00
parent d6f2dd663e
commit 8f68cfd8cd
19 changed files with 371 additions and 192 deletions

View File

@@ -98,7 +98,11 @@ typedef struct WFrameWindow {
unsigned int resizebar:1;
unsigned int left_button:1;
unsigned int right_button:1;
unsigned int need_texture_remake:1;
unsigned int need_texture1_remake:1;
unsigned int need_texture2_remake:1;
unsigned int need_texture3_remake:1;
unsigned int single_texture:1;
unsigned int hide_left_button:1;