diff options
author | fluxgen <fluxgen> | 2003-10-14 21:49:21 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-10-14 21:49:21 (GMT) |
commit | bc758923755eff4ffe02c3a5d5234ec7e79777fd (patch) | |
tree | a39778082a77241e6257adc6ede9e8cba81e6980 | |
parent | f89532c0cb3c8a5cc1a78bc11f1c6445edc2d826 (diff) | |
download | fluxbox-bc758923755eff4ffe02c3a5d5234ec7e79777fd.zip fluxbox-bc758923755eff4ffe02c3a5d5234ec7e79777fd.tar.bz2 |
default background gray
-rw-r--r-- | src/FbTk/FbWindow.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/FbTk/FbWindow.cc b/src/FbTk/FbWindow.cc index f2201d1..a7fe3f0 100644 --- a/src/FbTk/FbWindow.cc +++ b/src/FbTk/FbWindow.cc | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: FbWindow.cc,v 1.26 2003/09/14 09:51:40 fluxgen Exp $ | 22 | // $Id: FbWindow.cc,v 1.27 2003/10/14 21:49:21 fluxgen Exp $ |
23 | 23 | ||
24 | #include "FbWindow.hh" | 24 | #include "FbWindow.hh" |
25 | 25 | ||
@@ -425,6 +425,7 @@ void FbWindow::create(Window parent, int x, int y, | |||
425 | assert(m_window); | 425 | assert(m_window); |
426 | 426 | ||
427 | updateGeometry(); | 427 | updateGeometry(); |
428 | FbWindow::setBackgroundColor(Color("gray", screenNumber())); | ||
428 | } | 429 | } |
429 | 430 | ||
430 | bool operator == (Window win, const FbWindow &fbwin) { | 431 | bool operator == (Window win, const FbWindow &fbwin) { |