1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 13:28:05 +01:00

changed geometry display stuff

fixed colormap windows crash bug
This commit is contained in:
kojima
2000-01-14 16:30:56 +00:00
parent f10d928e0a
commit f2de1c9dcf
20 changed files with 298 additions and 309 deletions

View File

@@ -91,6 +91,7 @@ typedef struct {
unsigned int no_resizable:1;
unsigned int no_closable:1;
unsigned int no_miniaturizable:1;
unsigned int no_border:1; /* 1 pixel border around window */
#ifdef XKB_BUTTON_HINT
unsigned int no_language_button:1;
#endif