Changeset 6392
- Timestamp:
- 07/02/08 09:07:06 (3 months ago)
- Files:
-
- 1 modified
-
trunk/qt-gui/src/wharf.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt-gui/src/wharf.cpp
r6381 r6392 94 94 XClassHint classhint; // class hints 95 95 XSizeHints sizeHints; 96 classhint.res_name = "licq"; // res_name97 classhint.res_class = "Wharf"; // res_class96 classhint.res_name = const_cast<char*>("licq"); // res_name 97 classhint.res_class = const_cast<char*>("Wharf"); // res_class 98 98 XSetClassHint(dsp, win, &classhint); // set the class hints 99 99 sizeHints.flags= USPosition;
