diff options
author | fluxgen <fluxgen> | 2003-04-26 18:56:02 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-04-26 18:56:02 (GMT) |
commit | a01e77133e66e7affaff475f67d8b50975543968 (patch) | |
tree | 44f97219be70fd555a6692e92a76883bef4f512d /src/FbAtoms.cc | |
parent | 6e460803e4429db5a230417fcbb67214217b58fb (diff) | |
download | fluxbox-a01e77133e66e7affaff475f67d8b50975543968.zip fluxbox-a01e77133e66e7affaff475f67d8b50975543968.tar.bz2 |
removed colormap atom
Diffstat (limited to 'src/FbAtoms.cc')
-rw-r--r-- | src/FbAtoms.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/FbAtoms.cc b/src/FbAtoms.cc index 5a75f2b..8a7034d 100644 --- a/src/FbAtoms.cc +++ b/src/FbAtoms.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: FbAtoms.cc,v 1.6 2003/04/15 11:59:02 fluxgen Exp $ | 22 | // $Id: FbAtoms.cc,v 1.7 2003/04/26 18:56:02 fluxgen Exp $ |
23 | 23 | ||
24 | #include "FbAtoms.hh" | 24 | #include "FbAtoms.hh" |
25 | #include "App.hh" | 25 | #include "App.hh" |
@@ -53,8 +53,6 @@ FbAtoms *FbAtoms::instance() { | |||
53 | void FbAtoms::initAtoms() { | 53 | void FbAtoms::initAtoms() { |
54 | Display *display = FbTk::App::instance()->display(); | 54 | Display *display = FbTk::App::instance()->display(); |
55 | 55 | ||
56 | xa_wm_colormap_windows = | ||
57 | XInternAtom(display, "WM_COLORMAP_WINDOWS", False); | ||
58 | xa_wm_protocols = XInternAtom(display, "WM_PROTOCOLS", False); | 56 | xa_wm_protocols = XInternAtom(display, "WM_PROTOCOLS", False); |
59 | xa_wm_state = XInternAtom(display, "WM_STATE", False); | 57 | xa_wm_state = XInternAtom(display, "WM_STATE", False); |
60 | xa_wm_change_state = XInternAtom(display, "WM_CHANGE_STATE", False); | 58 | xa_wm_change_state = XInternAtom(display, "WM_CHANGE_STATE", False); |