Eugene Morozov 6e53b6686d
Merge pull request #16 from wdlkmpx/patch2
src/gfx.c: don't g_object_unref(pixsurf)
2021-07-13 19:11:03 +03:00
2021-01-08 11:31:16 +08:00
2021-01-08 11:31:16 +08:00
2019-10-29 08:43:27 +03:00
2019-10-29 08:43:27 +03:00
2019-10-29 08:43:27 +03:00
2019-10-29 08:43:27 +03:00
2019-10-29 08:43:27 +03:00
2019-10-29 08:43:27 +03:00
2019-10-29 08:43:27 +03:00
2019-10-29 08:43:27 +03:00
2019-10-29 08:43:27 +03:00
2021-01-21 15:02:39 +08:00
2021-01-08 12:39:42 +08:00
2019-10-29 08:43:27 +03:00

This is the README for gtkballs.

Requirements

  • GTK 2 >= 2.14 / GTK 3

Compiling

Run

  • ./autogen.sh
  • ./configure --prefix=/usr
  • make

By default the GTK3 port is compiled, use --enable-gtk2 or --disable-gtk3 to compile the GTK2 port.

  • ./configure --prefix=/usr --enable-gtk3

The GTK3 version provides HiDPI support with:

  • GDK_SCALE=2 ./gtkballs - make UI 2x bigger
  • GDK_SCALE=3 ./gtkballs - make UI 3x bigger

Installing

$ make install

Bugs

If you find a bug, tell me what you did (or fix it and send a patch).

Development

You can participate in development of GtkBalls by sending patches or pull requests.

Contacts

drF_ckoff dfo@antex.ru

Eugene Morozov gtkballs@emorozov.net

GtkBalls homepage: http://gtkballs.antex.ru

Description
No description provided
Readme 1.5 MiB
Languages
C 99.7%
Shell 0.2%
Makefile 0.1%