mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-24 07:02:30 +01:00
Update for 0.51.0
This commit is contained in:
@@ -108,6 +108,10 @@ typedef struct WFrameWindow {
|
||||
unsigned int is_client_window_frame:1;
|
||||
|
||||
unsigned int incomplete_title:1;
|
||||
|
||||
#ifdef OLWM_HINTS
|
||||
unsigned int right_button_pushed_in:1;
|
||||
#endif
|
||||
} flags;
|
||||
} WFrameWindow;
|
||||
|
||||
@@ -137,5 +141,8 @@ void wFrameWindowHideButton(WFrameWindow *fwin, int flags);
|
||||
|
||||
int wFrameWindowChangeTitle(WFrameWindow *fwin, char *new_title);
|
||||
|
||||
#ifdef OLWM_HINTS
|
||||
void wFrameWindowUpdatePushButton(WFrameWindow *fwin, Bool pushed);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user