mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-23 14:42:29 +01:00
remove drawstring plugins
This commit is contained in:
@@ -82,9 +82,6 @@ typedef struct WFrameWindow {
|
||||
union WTexture **title_texture;
|
||||
union WTexture **resizebar_texture;
|
||||
unsigned long *title_pixel;
|
||||
#ifdef DRAWSTRING_PLUGIN
|
||||
int drawstring_proc_offset;
|
||||
#endif
|
||||
GC *title_gc;
|
||||
WMFont **font;
|
||||
|
||||
@@ -161,9 +158,6 @@ wFrameWindowCreate(WScreen *scr, int wlevel, int x, int y,
|
||||
union WTexture **title_texture,
|
||||
union WTexture **resize_texture,
|
||||
unsigned long *color,
|
||||
#ifdef DRAWSTRING_PLUGIN
|
||||
int function_offset,
|
||||
#endif
|
||||
GC *gc, WMFont **font);
|
||||
|
||||
void wFrameWindowUpdateBorders(WFrameWindow *fwin, int flags);
|
||||
|
||||
Reference in New Issue
Block a user