From: Christophe CURIS <[email protected]>

Hello,


This serie of patch proposes to improve a few things in the code related
to global definitions that were done locally instead of using headers as
this should be done.

Christophe.


Christophe CURIS (6):
  wmaker: Replaced local 'extern' definition by proper header include
  wmaker: Replaced local 'extern' definition of wPreferences by proper
    header usage
  wmaker: Moved function prototype to the appropriate header
  wmaker: Moved function prototype to the appropriate header
  wmaker: Replaced local declaration of system function by proper
    header call
  wmaker: Changed global constant declaration to use appropriate type

 src/WindowMaker.h |   33 +++++++++++++++++----------------
 src/actions.c     |    1 -
 src/appicon.c     |    4 +---
 src/appicon.h     |    3 +++
 src/appmenu.c     |    1 -
 src/balloon.c     |    1 -
 src/client.c      |    1 -
 src/cycling.c     |    2 --
 src/defaults.c    |    5 ++---
 src/dialog.c      |    1 -
 src/dock.c        |    4 +---
 src/dockedapp.c   |    2 --
 src/event.c       |    5 -----
 src/event.h       |    3 +++
 src/framewin.c    |    1 -
 src/icon.c        |    1 -
 src/main.c        |   28 ++++++++++++++--------------
 src/menu.c        |    2 --
 src/misc.c        |    3 +--
 src/monitor.c     |    2 --
 src/moveres.c     |    1 -
 src/placement.c   |    1 -
 src/rootmenu.c    |    1 -
 src/screen.c      |    1 -
 src/stacking.c    |    2 --
 src/startup.c     |    3 ---
 src/superfluous.c |    1 -
 src/switchmenu.c  |    3 ---
 src/switchpanel.c |    2 --
 src/texture.c     |    1 -
 src/usermenu.c    |    2 --
 src/wcore.c       |    2 --
 src/wdefaults.c   |    1 -
 src/window.c      |    1 -
 src/winmenu.c     |    1 -
 src/winspector.c  |    1 -
 src/wmspec.c      |    1 -
 src/workspace.c   |    1 -
 src/xmodifier.c   |    2 +-
 39 files changed, 43 insertions(+), 88 deletions(-)

-- 
1.7.10.4


-- 
To unsubscribe, send mail to [email protected].

Reply via email to