mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 21:38:00 +01:00
- Removed support for legacy systems: OpenLook, KDE-2.x, Gnome-1.x
- Removed #define and #ifdef XFT constructs, as XFT is on all the time
This commit is contained in:
@@ -143,10 +143,6 @@ 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;
|
||||
|
||||
@@ -176,10 +172,6 @@ void wFrameWindowHideButton(WFrameWindow *fwin, int flags);
|
||||
|
||||
int wFrameWindowChangeTitle(WFrameWindow *fwin, char *new_title);
|
||||
|
||||
#ifdef OLWM_HINTS
|
||||
void wFrameWindowUpdatePushButton(WFrameWindow *fwin, Bool pushed);
|
||||
#endif
|
||||
|
||||
#ifdef XKB_BUTTON_HINT
|
||||
void wFrameWindowUpdateLanguageButton(WFrameWindow *fwin);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user