mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-08 23:04:15 +01:00
- removed unnecessary include of WINGsP.h in some places
- smaller space between rows of text in WMText
This commit is contained in:
@@ -48,7 +48,6 @@
|
||||
#include "xdnd.h"
|
||||
#endif
|
||||
#include "wsound.h"
|
||||
#include <WINGs/WINGsP.h>
|
||||
|
||||
|
||||
/*
|
||||
|
||||
@@ -34,8 +34,6 @@
|
||||
|
||||
#include <wraster.h>
|
||||
|
||||
#include <WINGs/WINGsP.h>
|
||||
|
||||
#include "WindowMaker.h"
|
||||
#include "screen.h"
|
||||
#include "texture.h"
|
||||
|
||||
@@ -51,8 +51,6 @@
|
||||
|
||||
#include <wraster.h>
|
||||
|
||||
#include <WINGs/WINGsP.h>
|
||||
|
||||
#include "WindowMaker.h"
|
||||
#include "wcore.h"
|
||||
#include "framewin.h"
|
||||
|
||||
@@ -56,8 +56,6 @@
|
||||
#include "wsound.h"
|
||||
|
||||
|
||||
#include <WINGs/WINGsP.h>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -32,8 +32,6 @@
|
||||
|
||||
#include <wraster.h>
|
||||
|
||||
#include <WINGs/WINGsP.h>
|
||||
|
||||
#include "WindowMaker.h"
|
||||
#include "GNUstep.h"
|
||||
#include "texture.h"
|
||||
|
||||
@@ -43,8 +43,6 @@
|
||||
#include "stacking.h"
|
||||
#include "text.h"
|
||||
|
||||
#include <WINGs/WINGsP.h>
|
||||
|
||||
|
||||
/****** Global Variables ******/
|
||||
|
||||
|
||||
@@ -368,8 +368,7 @@ textRefresh(WTextInput *wtext)
|
||||
XFillRectangle(dpy, wtext->core->window, wtext->regGC,
|
||||
x1, y1, x2-x1, y2-y1);
|
||||
|
||||
/* Draw the selected text... use invGC so it will be the
|
||||
* opposite color as the filled rectangle */
|
||||
/* Draw the selected text. Inverse bg and fg colors for selection */
|
||||
WMDrawImageString(scr->wmscreen, wtext->core->window,
|
||||
scr->white, scr->black, wtext->font, x1, y1, ptr,
|
||||
(ep - sp));
|
||||
|
||||
@@ -50,8 +50,6 @@
|
||||
#include "kwm.h"
|
||||
#endif
|
||||
|
||||
#include <WINGs/WINGsP.h>
|
||||
|
||||
|
||||
extern WPreferences wPreferences;
|
||||
extern XContext wWinContext;
|
||||
|
||||
Reference in New Issue
Block a user