1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-22 05:48:01 +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

@@ -233,10 +233,6 @@ typedef struct _WScreen {
Window clip_balloon; /* window for workspace name */
Window geometry_display; /* displays the geometry during
* window resize, move etc. */
unsigned int geometry_display_width;
unsigned int geometry_display_height;
int keymove_tick;
#ifdef GRADIENT_CLIP_ARROW
@@ -255,6 +251,9 @@ typedef struct _WScreen {
Pixmap def_ticon_pixmap;
struct WDialogData *dialog_data;
struct W_GeometryView *gview; /* size/position view */
#ifdef NEWSTUFF
struct RImage *button_images[2][PRED_BPIXMAPS];/* scaled tbar btn images */