]> code.delx.au - spectrwm/log
spectrwm
11 years agoFix 'focus_mode = default' to ignore pointer position on startup.
Reginald Kennedy [Sun, 26 Aug 2012 11:09:42 +0000 (19:09 +0800)]
Fix 'focus_mode = default' to ignore pointer position on startup.

11 years agoFix issue when switching to a workspace in fullscreen layout (max_stack).
Reginald Kennedy [Fri, 24 Aug 2012 17:23:32 +0000 (01:23 +0800)]
Fix issue when switching to a workspace in fullscreen layout (max_stack).

11 years agoFix stacking of transients and new windows in max_stack mode.
Reginald Kennedy [Fri, 24 Aug 2012 15:33:15 +0000 (23:33 +0800)]
Fix stacking of transients and new windows in max_stack mode.

Fix issue in libswmhack that can cause applications to crash.

Fix issue in mouse button handling that could cause a segfault.

Improve focus handling so related windows are raised when appropriate.

Fix ConfigureRequest handling of floating windows in max_stack mode.

Fix issue in startup where managable windows are sometimes not managed.

Fix possible focus issue when changing focus with keyboard bindings.

Add debug output to grab_windows function.

11 years agoFix focus issue when a window is manipulated via EWMH.
Reginald Kennedy [Thu, 23 Aug 2012 20:43:46 +0000 (04:43 +0800)]
Fix focus issue when a window is manipulated via EWMH.

Fix issues when in unmapnotify.

Improve debug output for PropertyNotify events.

11 years agoFix keyboard move and resize operation delay.
Reginald Kennedy [Thu, 23 Aug 2012 00:29:23 +0000 (08:29 +0800)]
Fix keyboard move and resize operation delay.

Fix debug mode segfault in unmapnotify.

11 years agoPrepare for release 2.0.0. SPECTRWM_2_0_0
Marco Peereboom [Wed, 22 Aug 2012 20:29:37 +0000 (15:29 -0500)]
Prepare for release 2.0.0.

11 years agoFix uninitialized variable warning.
Reginald Kennedy [Wed, 22 Aug 2012 19:36:11 +0000 (03:36 +0800)]
Fix uninitialized variable warning.

11 years agoFix follow mode window unmap focus issue.
Reginald Kennedy [Wed, 22 Aug 2012 19:29:03 +0000 (03:29 +0800)]
Fix follow mode window unmap focus issue.

11 years agoFix manual focus mode not allowing empty regions to be clicked.
Reginald Kennedy [Wed, 22 Aug 2012 18:16:22 +0000 (02:16 +0800)]
Fix manual focus mode not allowing empty regions to be clicked.

Improve debug output for ButtonPress event.

11 years agoFix new windows not always being handled in a prompt fashion.
Reginald Kennedy [Wed, 22 Aug 2012 16:02:48 +0000 (00:02 +0800)]
Fix new windows not always being handled in a prompt fashion.

11 years agoFix switchws issue when swapping with an empty workspace.
Reginald Kennedy [Wed, 22 Aug 2012 15:50:06 +0000 (23:50 +0800)]
Fix switchws issue when swapping with an empty workspace.

Fix screen switching issue when switching to a screen with an empty ws.

Improve root_to_region by adding check flags for pointer, focus, etc.

When moving mouse pointer to a region with an empty ws, focus on root.

Select EnterNotify events on root for moving mouse to an empty region.

11 years agoTake input focus into consideration when determining active region.
Reginald Kennedy [Wed, 22 Aug 2012 13:35:33 +0000 (21:35 +0800)]
Take input focus into consideration when determining active region.

Change screen_next and screen_prev to no longer warp mouse pointer.

11 years agoFix focus when transient windows get unmapped, but not destroyed.
Reginald Kennedy [Wed, 22 Aug 2012 11:14:00 +0000 (19:14 +0800)]
Fix focus when transient windows get unmapped, but not destroyed.

Cleanup some logical operations.

Improve debug output for ConfigureNotify events.

11 years agoFix follow_cursor focus mode and rename option value to 'focus'.
Reginald Kennedy [Tue, 21 Aug 2012 18:24:09 +0000 (02:24 +0800)]
Fix follow_cursor focus mode and rename option value to 'focus'.
Note that previous value of 'focus_cursor' is still valid.

11 years agoFix focus issue when swapping visible workspaces.
Reginald Kennedy [Tue, 21 Aug 2012 17:23:28 +0000 (01:23 +0800)]
Fix focus issue when swapping visible workspaces.

Fix move window to workspace operation.

Rename update_iconic function to set_swm_iconic.

Cleanup propertynotify function.

11 years agoFix unmapnotify to update the win mapping and iconic state.
Reginald Kennedy [Mon, 20 Aug 2012 22:53:45 +0000 (06:53 +0800)]
Fix unmapnotify to update the win mapping and iconic state.

Improve set_win_state debug.

Remove commented global variable.

11 years agoFix focus on iconify.
Reginald Kennedy [Mon, 20 Aug 2012 18:17:01 +0000 (02:17 +0800)]
Fix focus on iconify.

Remove some double blank lines.

11 years agoSilence the -Wconditional-uninitialized warning with clang.
Reginald Kennedy [Mon, 20 Aug 2012 18:02:41 +0000 (02:02 +0800)]
Silence the -Wconditional-uninitialized warning with clang.

11 years agoIn Linux Makefile, only set CC when it isn't already set.
Reginald Kennedy [Mon, 20 Aug 2012 17:18:47 +0000 (01:18 +0800)]
In Linux Makefile, only set CC when it isn't already set.

Fix some uninitialized warnings.

11 years agoFix switchws to unfocus the focused win before operating on ws.
Reginald Kennedy [Mon, 20 Aug 2012 16:40:55 +0000 (00:40 +0800)]
Fix switchws to unfocus the focused win before operating on ws.

In unmanage_window, do not change focus.

Add more member initializations in workspace.

Add new focus_pending member to workspace.

Fix destroynotify to correctly set focus.

In propertynotify when state has a new value, check the state.

11 years agoAdd WM_HINT_INPUT compatibility macro for old xcb-util versions.
Reginald Kennedy [Mon, 20 Aug 2012 14:34:55 +0000 (22:34 +0800)]
Add WM_HINT_INPUT compatibility macro for old xcb-util versions.

Fix switchws to set focus immediately when swapping visible workspaces.

11 years agoAdd border with unfocused color for all windows in manage_window.
Reginald Kennedy [Sun, 19 Aug 2012 20:58:12 +0000 (04:58 +0800)]
Add border with unfocused color for all windows in manage_window.

11 years agoReplace map_window_raised with map_window function.
Reginald Kennedy [Sun, 19 Aug 2012 23:51:00 +0000 (07:51 +0800)]
Replace map_window_raised with map_window function.

Rename get_iconic to get_swm_iconic

Add new xcb_timestamp_t parameter to client_msg.

Add debug output to client_msg.

Remove unfocus_all since no longer needed.

Fix focus_win to correctly set focus on window.

Time must be specified in ClientMessage WM_TAKE_FOCUS.

Track window mapped state.

Change focus function to only set workspace focus; need to call
focus_win separately.

Fix focus_win function to correctly set window focus.

Add FocusOut debug output.

Add debug message to client_msg.

Add timestamp parameter to client_msg.
When sending the client message WM_TAKE_FOCUS, the time must not be
XCB_TIME_CURRENT.

Check window state before unmapping.

Track X11 timestamps for use in focus_win.

Handle iconify on property notify.

11 years agoUnmap after map in switchws.
Reginald Kennedy [Mon, 20 Aug 2012 13:17:45 +0000 (21:17 +0800)]
Unmap after map in switchws.

11 years agoConvert SWM_ARG_ID_FOCUSCUR into a function called get_region_focus.
Reginald Kennedy [Mon, 20 Aug 2012 11:42:49 +0000 (19:42 +0800)]
Convert SWM_ARG_ID_FOCUSCUR into a function called get_region_focus.

11 years agoFix focus_win function to correctly set window focus.
Reginald Kennedy [Sun, 19 Aug 2012 23:51:00 +0000 (07:51 +0800)]
Fix focus_win function to correctly set window focus.
Time must be specified in ClientMessage WM_TAKE_FOCUS; not
XCB_TIME_CURRENT.

Add timestamp parameter to client_msg.

Track X11 timestamps for use in focus_win.

Track window mapped state.

Check window state before unmapping.

Change focus function to only set workspace focus; need to call
focus_win separately.

Add debug output for FocusOut event.

Replace map_window_raised with map_window function.

Rename get_iconic to get_swm_iconic

Add debug output to client_msg.

Remove unfocus_all since no longer needed.

(Un)iconify in propertynotify.

11 years agoFix stack_config by adding a focus_flush().
Reginald Kennedy [Fri, 17 Aug 2012 00:07:59 +0000 (08:07 +0800)]
Fix stack_config by adding a focus_flush().

11 years agoFix search_resp by adding xcb_flush.
Reginald Kennedy [Thu, 16 Aug 2012 23:05:17 +0000 (07:05 +0800)]
Fix search_resp by adding xcb_flush.

11 years agoChange manual focus mode; focus is set with mouse button 1.
Reginald Kennedy [Thu, 16 Aug 2012 22:27:02 +0000 (06:27 +0800)]
Change manual focus mode; focus is set with mouse button 1.

Grab only the mouse buttons for the binds and button 1 for focus.

Fix focus_win to not unfocus the same window twice.

Add more debug messages to unfocus_win.

Change Xlib macro to XCB.

Change unmanage_window to not focus on root.

Rename focus_magic to get_focus_magic.

Rename focus_prev to get_focus_prev and make it return the win to focus.

11 years agoFix focus_win to call unfocus_win when appropriate.
Reginald Kennedy [Thu, 16 Aug 2012 10:27:55 +0000 (18:27 +0800)]
Fix focus_win to call unfocus_win when appropriate.

Change grabkeys() to grab in synchronous mode.

11 years agoFix grabbuttons.
Reginald Kennedy [Wed, 15 Aug 2012 14:40:24 +0000 (22:40 +0800)]
Fix grabbuttons.

11 years agoFix mouse button grab.
Reginald Kennedy [Wed, 15 Aug 2012 13:51:37 +0000 (21:51 +0800)]
Fix mouse button grab.

11 years agoAdd new 'manual' focus_mode.
Reginald Kennedy [Mon, 13 Aug 2012 21:41:39 +0000 (05:41 +0800)]
Add new 'manual' focus_mode.
Mouse sets focus on window interaction.

Add new focus_flush() function to cleanup code.

Remove do_sync() since it is not needed.

11 years agoFix floating window positioning.
Reginald Kennedy [Sun, 12 Aug 2012 19:39:43 +0000 (03:39 +0800)]
Fix floating window positioning.
Always center unless ANYWHERE quirk is set or window was manually
moved or resized.

Add new load_float_geom() function.

Fix float_toggle to ignore fullscreen windows.

Fix ConfigureRequest events sometimes causing a focus change.

Fix event_drain sometimes not working as expected.

Remove some #if 0 code.

11 years agoFix xcb_create_window() call in workaround().
Reginald Kennedy [Sun, 12 Aug 2012 15:48:31 +0000 (23:48 +0800)]
Fix xcb_create_window() call in workaround().

11 years agoFix xcb_poly_fill_rectangle() call in bar_print().
Reginald Kennedy [Sun, 12 Aug 2012 15:21:40 +0000 (23:21 +0800)]
Fix xcb_poly_fill_rectangle() call in bar_print().

11 years agoFix window configuration issue affecting programs such as mplayer.
Reginald Kennedy [Tue, 7 Aug 2012 16:57:35 +0000 (00:57 +0800)]
Fix window configuration issue affecting programs such as mplayer.

Improve debug output for ConfigureRequest events.

11 years agoOnly try to set focus on a window once it is known to be mapped.
Reginald Kennedy [Sun, 5 Aug 2012 17:01:05 +0000 (01:01 +0800)]
Only try to set focus on a window once it is known to be mapped.

Cleanup manage_window.

Add _NET_WM_ACTION_ABOVE to _NET_WM_ALLOWED_ACTIONS on floaters.

Focus rework; focus_magic returns the focus window instead of actually
setting it. focus_win must now be called explicitly.

Add more EnterNotify drains and xcb_flushes.

Disable atom name resolving in debug mode.

11 years agoFix segfault when a ConfigureRequest is sent to a window in a hidden ws.
Reginald Kennedy [Sat, 4 Aug 2012 08:08:12 +0000 (16:08 +0800)]
Fix segfault when a ConfigureRequest is sent to a window in a hidden ws.

11 years agoFix numlock issues.
Reginald Kennedy [Sat, 4 Aug 2012 05:29:18 +0000 (13:29 +0800)]
Fix numlock issues.

Convert some constants to XCB

11 years agofix cygwin, from MrD <mrw@eandem.co.uk>
Marco Peereboom [Thu, 2 Aug 2012 17:48:26 +0000 (12:48 -0500)]
fix cygwin, from MrD <mrw@eandem.co.uk>

11 years agoremove beta
Marco Peereboom [Tue, 31 Jul 2012 19:11:01 +0000 (14:11 -0500)]
remove beta

11 years agoPrepare for release 1.2.0. SPECTRWM_1_2_0
Marco Peereboom [Tue, 31 Jul 2012 19:06:54 +0000 (14:06 -0500)]
Prepare for release 1.2.0.

11 years agoadd BETA for now
Marco Peereboom [Tue, 31 Jul 2012 19:06:46 +0000 (14:06 -0500)]
add BETA for now

11 years agoDefault font backend should be font set.
Reginald Kennedy [Tue, 31 Jul 2012 18:14:42 +0000 (02:14 +0800)]
Default font backend should be font set.

11 years agoImplement bar_font check to choose between Xft and font set backend.
Reginald Kennedy [Tue, 31 Jul 2012 16:33:39 +0000 (00:33 +0800)]
Implement bar_font check to choose between Xft and font set backend.

Improve bar_font man page entry.

Man page cleanup.

11 years agoAdd new shutdown_cleanup function to eliminate duplicate code.
Reginald Kennedy [Sat, 28 Jul 2012 18:37:00 +0000 (02:37 +0800)]
Add new shutdown_cleanup function to eliminate duplicate code.

Remove some commented out code.

Update documentation for bar_font.

Explicitly set pixelsize of 12 to default fonts.

11 years agoFix get_win_name to try _NET_WM_NAME (UTF-8) before WM_NAME.
Reginald Kennedy [Sat, 28 Jul 2012 18:09:01 +0000 (02:09 +0800)]
Fix get_win_name to try _NET_WM_NAME (UTF-8) before WM_NAME.

11 years agoUse legacy XFontSet when user specifies an X core font for bar_font.
Reginald Kennedy [Fri, 27 Jul 2012 02:59:36 +0000 (10:59 +0800)]
Use legacy XFontSet when user specifies an X core font for bar_font.

11 years agofix some more unused param warnings
Marco Peereboom [Fri, 27 Jul 2012 23:04:24 +0000 (18:04 -0500)]
fix some more unused param warnings

11 years agoshut a bunch of warnings up
Marco Peereboom [Fri, 27 Jul 2012 22:50:18 +0000 (17:50 -0500)]
shut a bunch of warnings up

11 years agoEliminate more shadows.
Reginald Kennedy [Fri, 27 Jul 2012 21:16:04 +0000 (05:16 +0800)]
Eliminate more shadows.

11 years agoFix check_conn.
Reginald Kennedy [Fri, 27 Jul 2012 20:48:27 +0000 (04:48 +0800)]
Fix check_conn.

Resolve declaration shadows.

11 years agoRename a variable.
Reginald Kennedy [Fri, 27 Jul 2012 20:27:56 +0000 (04:27 +0800)]
Rename a variable.

11 years agofix typo
David Hill [Fri, 27 Jul 2012 20:24:54 +0000 (16:24 -0400)]
fix typo

11 years agoFix check_conn to work with older libxcb versions.
Reginald Kennedy [Fri, 27 Jul 2012 15:01:17 +0000 (23:01 +0800)]
Fix check_conn to work with older libxcb versions.

11 years agoAdd another check before attempting to use RandR.
Reginald Kennedy [Fri, 27 Jul 2012 02:56:38 +0000 (10:56 +0800)]
Add another check before attempting to use RandR.

11 years agoDon't query the RandR extension unless it is present.
Reginald Kennedy [Fri, 27 Jul 2012 00:02:47 +0000 (08:02 +0800)]
Don't query the RandR extension unless it is present.

11 years agoAdd a check_conn() function for debugging purposes.
Reginald Kennedy [Thu, 26 Jul 2012 23:38:47 +0000 (07:38 +0800)]
Add a check_conn() function for debugging purposes.

11 years agoAdd variable for debug purposes.
Reginald Kennedy [Thu, 26 Jul 2012 15:26:36 +0000 (23:26 +0800)]
Add variable for debug purposes.

11 years agoCheck return value of get_screen.
Reginald Kennedy [Thu, 26 Jul 2012 11:23:28 +0000 (19:23 +0800)]
Check return value of get_screen.

11 years agoOnly get xrandr extension data if xrandr is supported.
Reginald Kennedy [Wed, 25 Jul 2012 22:58:23 +0000 (06:58 +0800)]
Only get xrandr extension data if xrandr is supported.

11 years agoGet actual LOGIN_NAME_MAX value from sysconf.
Reginald Kennedy [Wed, 25 Jul 2012 22:45:40 +0000 (06:45 +0800)]
Get actual LOGIN_NAME_MAX value from sysconf.

11 years agoFix bar 'random' class:instance bar output.
Reginald Kennedy [Tue, 24 Jul 2012 01:20:42 +0000 (09:20 +0800)]
Fix bar 'random' class:instance bar output.
Actual result pointer was being set to the window struct and then
immediately freed causing unpredictable results.

11 years agoEliminate PSC (path separator char) macro.
Reginald Kennedy [Mon, 23 Jul 2012 19:24:54 +0000 (03:24 +0800)]
Eliminate PSC (path separator char) macro.

11 years agoAdd tilde (~) expansion to bar_action and program[] config options.
Reginald Kennedy [Mon, 23 Jul 2012 19:15:41 +0000 (03:15 +0800)]
Add tilde (~) expansion to bar_action and program[] config options.
(based on xombrero expand_tilde function, reworked to be like strdup)

11 years agoNew debug output for FocusIn and LeaveNotify.
Reginald Kennedy [Mon, 23 Jul 2012 18:51:06 +0000 (02:51 +0800)]
New debug output for FocusIn and LeaveNotify.

Consolidate function prototypes.

11 years agoFix user bar_font not being applied to dmenu.
Reginald Kennedy [Sun, 22 Jul 2012 10:08:39 +0000 (18:08 +0800)]
Fix user bar_font not being applied to dmenu.

11 years agoUse a more generalized check for xcb-util < 0.3.8
Reginald Kennedy [Sat, 21 Jul 2012 19:54:17 +0000 (03:54 +0800)]
Use a more generalized check for xcb-util < 0.3.8

11 years agoRemove unneeded variables and some whitespace.
Reginald Kennedy [Fri, 20 Jul 2012 21:57:26 +0000 (05:57 +0800)]
Remove unneeded variables and some whitespace.

11 years agouse _icccm_ in the function name to stay current
David Hill [Fri, 20 Jul 2012 21:53:03 +0000 (17:53 -0400)]
use _icccm_ in the function name to stay current

11 years agoAdd myself to the copyright
David Hill [Fri, 20 Jul 2012 21:46:36 +0000 (17:46 -0400)]
Add myself to the copyright

11 years agoanother potential memleak
David Hill [Fri, 20 Jul 2012 21:44:47 +0000 (17:44 -0400)]
another potential memleak

11 years agowe don't do anything with xcb_grab_pointer_reply, so get rid of it.
David Hill [Fri, 20 Jul 2012 20:40:40 +0000 (16:40 -0400)]
we don't do anything with xcb_grab_pointer_reply, so get rid of it.

11 years agoplug memleak
David Hill [Fri, 20 Jul 2012 20:32:57 +0000 (16:32 -0400)]
plug memleak

11 years agomove out of the loop.
David Hill [Fri, 20 Jul 2012 20:03:27 +0000 (16:03 -0400)]
move out of the loop.

11 years agoplug some more mem leaks.
David Hill [Fri, 20 Jul 2012 19:15:26 +0000 (15:15 -0400)]
plug some more mem leaks.

11 years agowe need to free what is returned from xcb_key_symbols_get_keycode
David Hill [Fri, 20 Jul 2012 17:24:20 +0000 (13:24 -0400)]
we need to free what is returned from xcb_key_symbols_get_keycode

11 years agocheck replies separately
David Hill [Fri, 20 Jul 2012 16:57:50 +0000 (12:57 -0400)]
check replies separately

11 years agoplug memleak in find_window
David Hill [Fri, 20 Jul 2012 16:54:38 +0000 (12:54 -0400)]
plug memleak in find_window

11 years agoplug memory leak in get_win_name
David Hill [Fri, 20 Jul 2012 16:46:23 +0000 (12:46 -0400)]
plug memory leak in get_win_name

11 years agoremoved unused function
David Hill [Fri, 20 Jul 2012 16:40:16 +0000 (12:40 -0400)]
removed unused function

11 years agoplug memory leak in get_atom_name
David Hill [Fri, 20 Jul 2012 16:39:27 +0000 (12:39 -0400)]
plug memory leak in get_atom_name

11 years agoplug memory leak in get_ws_idx
David Hill [Fri, 20 Jul 2012 16:35:12 +0000 (12:35 -0400)]
plug memory leak in get_ws_idx

11 years agomake sure we test the reply to be not NULL too.
David Hill [Fri, 20 Jul 2012 16:29:52 +0000 (12:29 -0400)]
make sure we test the reply to be not NULL too.

11 years agoFix freebsd makefile.
Reginald Kennedy [Fri, 20 Jul 2012 09:18:55 +0000 (17:18 +0800)]
Fix freebsd makefile.

Submitted by Erandir.

11 years agoBegin checking the xcb_get_property_reply before using the value.
Reginald Kennedy [Fri, 20 Jul 2012 01:38:27 +0000 (09:38 +0800)]
Begin checking the xcb_get_property_reply before using the value.

11 years agorevert getstate change. made windows disappear.
David Hill [Fri, 20 Jul 2012 01:00:24 +0000 (21:00 -0400)]
revert getstate change.  made windows disappear.

11 years agoin getstate(), we need to fetch type XCB_ATOM_ATOM, not the atom.
David Hill [Fri, 20 Jul 2012 00:32:52 +0000 (20:32 -0400)]
in getstate(), we need to fetch type XCB_ATOM_ATOM, not the atom.

11 years agoUse intermediate pointer in getstate().
Reginald Kennedy [Thu, 19 Jul 2012 23:40:29 +0000 (07:40 +0800)]
Use intermediate pointer in getstate().

11 years agoapply XftDraw to search_win
David Hill [Thu, 19 Jul 2012 23:19:03 +0000 (19:19 -0400)]
apply XftDraw to search_win

11 years agoFix bar text vertical positioning.
Reginald Kennedy [Thu, 19 Jul 2012 22:16:28 +0000 (06:16 +0800)]
Fix bar text vertical positioning.

Remove extra vertical padding from bar.

11 years agoallow core fonts to load again. this may need more magic.
David Hill [Thu, 19 Jul 2012 19:52:15 +0000 (15:52 -0400)]
allow core fonts to load again.  this may need more magic.

11 years agospaces no longer allowed in separating fonts. use only , instead.
David Hill [Thu, 19 Jul 2012 18:26:56 +0000 (14:26 -0400)]
spaces no longer allowed in separating fonts.  use only , instead.

Makes use able to use fonts with spaces in their names.

11 years agoDon't try to setup the bar if it already exists.
Reginald Kennedy [Thu, 19 Jul 2012 17:33:42 +0000 (01:33 +0800)]
Don't try to setup the bar if it already exists.

11 years agoUse the same font on all bars.
Reginald Kennedy [Thu, 19 Jul 2012 17:19:19 +0000 (01:19 +0800)]
Use the same font on all bars.

Don't close font and color each time bar_setup is called.

11 years agoFix parse_rgb() 8-bit to 16-bit color conversion
Reginald Kennedy [Thu, 19 Jul 2012 17:01:04 +0000 (01:01 +0800)]
Fix parse_rgb() 8-bit to 16-bit color conversion
For example, 0xff should convert to 0xffff, not 0xff00.

Fix bar_setup to properly convert the color pixel value to XRenderColor.

Rename swm_screen.c[].color to swm_screen.c[].pixel.

Add new get_ws_idx function.

Use 1 and 0 instead of the Xlib macros 'True' and 'False'.

Fix print_win_geom to not crash when the supplied window is invalid.

Fix windows disappearing on restart.
For now, go back to setting the state iconic in unmap_window.

Add '(void)var;' in functions where var is required but unused.
When using the -Wextra compiler flag, the warning for those variables is
suppressed thereby making it easier to spot warnings that could use our
attention.

Fix type conversion warning in swm_hack.c

Use global atoms where applicable.

11 years agoFix some styling.
Reginald Kennedy [Thu, 19 Jul 2012 06:16:57 +0000 (14:16 +0800)]
Fix some styling.

11 years agouse %ld to print longs
David Hill [Thu, 19 Jul 2012 03:14:56 +0000 (23:14 -0400)]
use %ld to print longs

11 years agobetter Xft support.
David Hill [Thu, 19 Jul 2012 03:12:58 +0000 (23:12 -0400)]
better Xft support.