hid/gtk: Move various gdk drawing routines into a new file gtkhid-gdk.c
commitdaf694d07eb20a186ced307cbf3827568bfcee0a
authorPeter Clifton <pcjc2@cam.ac.uk>
Sun, 15 Nov 2009 19:04:18 +0000 (15 19:04 +0000)
committerPeter Clifton <pcjc2@cam.ac.uk>
Sun, 15 Nov 2009 19:04:18 +0000 (15 19:04 +0000)
tree3746609fd440ca842d2d8f4ad20c765891fc016f
parent24ae95932e113db79d85d487523576d6e8747ebc
hid/gtk: Move various gdk drawing routines into a new file gtkhid-gdk.c

This separates some of the drawing code so it could be replaced
more easily.

Pretty much a straight move at this point, but renamed the static
function "draw_grid()" to ghid_draw_grid() now it is no longer
local to gtkhid-main.

Removed all #include not required to build in gtkhid-main.c and
gtkhid-gdk.c
src/Makefile.am
src/hid/gtk/gtkhid-gdk.c [new file with mode: 0644]
src/hid/gtk/gtkhid-main.c
src/hid/gtk/gui-top-window.c
src/hid/gtk/gui.h